Skip to content

Commit 1a7ee88

Browse files
authored
Update gradle.yml
1 parent 2f72cba commit 1a7ee88

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/gradle.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ jobs:
2929
java-version: '17'
3030
distribution: 'temurin'
3131
- name: Build with Gradle
32-
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
33-
with:
34-
arguments: shadowJar
32+
run: ./gradlew shadowJar
3533
- name: Upload a Build Artifact
3634
uses: actions/[email protected]
3735
with:

0 commit comments

Comments
 (0)