Skip to content

Commit a5ba100

Browse files
committed
Update CI
1 parent a022f58 commit a5ba100

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Build with Gradle
3030
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
3131
with:
32-
build-root-directory: example
32+
build-root-directory: .
3333
arguments: jvmTest jvmJar
3434
build-windows:
3535
runs-on: windows-latest
@@ -43,5 +43,5 @@ jobs:
4343
- name: Build with Gradle
4444
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
4545
with:
46-
build-root-directory: example
46+
build-root-directory: .
4747
arguments: jvmTest jvmJar

0 commit comments

Comments
 (0)