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 21, 2023
1 parent ec1dd80 commit 20dac0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
distribution: oracle
java-version: 20
check-latest: true
cache: gradle
- uses: gradle/gradle-build-action@v2
- uses: github/codeql-action/init@v2
with:
languages: java-kotlin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
distribution: oracle
java-version: 20
check-latest: true
cache: gradle
- uses: gradle/gradle-build-action@v2
- uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
Expand Down

0 comments on commit 20dac0e

Please sign in to comment.