Skip to content

Commit

Permalink
use JDK 17 (ref #329)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvmlet committed Dec 6, 2022
1 parent 18ce17c commit 0d35a08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: "11"
java-version: "17"
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: java
jdk:
- oraclejdk17
- openjdk17
#sudo: false
dist: trusty
before_cache:
Expand Down

0 comments on commit 0d35a08

Please # to comment.