We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a022f58 commit a5ba100Copy full SHA for a5ba100
.github/workflows/gradle.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Build with Gradle
30
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
31
with:
32
- build-root-directory: example
+ build-root-directory: .
33
arguments: jvmTest jvmJar
34
build-windows:
35
runs-on: windows-latest
@@ -43,5 +43,5 @@ jobs:
43
44
45
46
47
0 commit comments