Skip to content

Commit

Permalink
chore(ci): Use gradle-build-action
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLion committed Oct 15, 2023
1 parent 69595ff commit 1b1fce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
distribution: oracle
java-version: 20
check-latest: true
cache: gradle
- uses: gradle/gradle-build-action@v2
- run: ./gradlew compileJava compileTestJava compileTestkitJava
- run: ./gradlew checkstyleMain checkstyleTest checkstyleTestkit
- run: ./gradlew sonarlintMain sonarlintTest sonarlintTestkit
Expand Down

0 comments on commit 1b1fce9

Please sign in to comment.