Skip to content

Commit

Permalink
chore(ci/cd): Fix Java action performance
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLion committed Feb 13, 2024
1 parent 75a1328 commit 9cb58d6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
with:
distribution: oracle
java-version: 21
check-latest: true
- uses: gradle/actions/setup-gradle@v3
- run: ./gradlew compileJava compileJava17Java compileJava21Java compileTestJava compileJava17TestJava compileJava21TestJava
- run: ./gradlew checkstyleMain checkstyleJava17 checkstyleJava21 checkstyleTest checkstyleJava17Test checkstyleJava21Test
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
with:
distribution: oracle
java-version: 21
check-latest: true
- uses: gradle/actions/setup-gradle@v3
- uses: github/codeql-action/init@v2
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
with:
distribution: oracle
java-version: 21
check-latest: true
- uses: gradle/actions/setup-gradle@v3
- uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 9cb58d6

Please sign in to comment.