Skip to content

Commit

Permalink
chore(ci-cd): Use gradle-build-action (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLion committed Nov 4, 2023
1 parent 11d2227 commit fc2ff65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
distribution: oracle
java-version: 21
check-latest: true
cache: gradle
- uses: gradle/gradle-build-action@v2
- run: ./gradlew compileJava compileJava17Java compileJava21Java compileTestJava compileJava17TestJava compileJava21TestJava
- run: ./gradlew checkstyleMain checkstyleJava17 checkstyleJava21 checkstyleTest checkstyleJava17Test checkstyleJava21Test
- run: ./gradlew sonarlintMain sonarlintJava17 sonarlintJava21 sonarlintTest sonarlintJava17Test sonarlintJava21Test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
distribution: oracle
java-version: 21
check-latest: true
cache: gradle
- uses: gradle/gradle-build-action@v2
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
Expand Down

0 comments on commit fc2ff65

Please sign in to comment.