Skip to content

Commit

Permalink
Update JDK version for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yamelsenih committed Feb 8, 2023
1 parent 53a8b0a commit ac845ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_with_gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: 'adopt-hotspot'
java-version: 8
java-version: 11

- name: Build with Gradle
run: gradle build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_with_gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: 'adopt-hotspot'
java-version: 8
java-version: 11

- name: Publish with Gradle
run: gradle publish
Expand Down

0 comments on commit ac845ff

Please sign in to comment.