Skip to content

Commit

Permalink
Fixing java version in gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sbglasius committed Sep 24, 2024
1 parent d4432f3 commit b3dd542
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
java-version: 17
- uses: dhkatz/[email protected]
id: get_version
- uses: gradle/gradle-build-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
java-version: 17
- uses: gradle/gradle-build-action@v2
- name: Build with Gradle
run: ./gradlew check
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-java@v4
with:
java-version: 11
java-version: 17
distribution: temurin
- uses: dhkatz/[email protected]
id: get_version
Expand Down

0 comments on commit b3dd542

Please sign in to comment.