Skip to content

Commit

Permalink
Use gradle wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
rogervinas committed Jul 22, 2024
1 parent 4bf5158 commit 461a4ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,5 @@ jobs:
cache: gradle

- name: Build
uses: gradle/actions/setup-gradle@v3
with:
arguments: build
run: ./gradlew build
build-root-directory: java
4 changes: 1 addition & 3 deletions .github/workflows/kotlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,5 @@ jobs:
cache: gradle

- name: Build
uses: gradle/actions/setup-gradle@v3
with:
arguments: build
run: ./gradlew build
build-root-directory: kotlin

0 comments on commit 461a4ef

Please sign in to comment.