Skip to content

Commit

Permalink
update to Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Oct 14, 2021
1 parent d0c546b commit 47be837
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 16
- name: Set up JDK 17
uses: actions/[email protected]
with:
distribution: 'temurin'
java-version: 16
java-version: 17
cache: gradle
- name: Build with Gradle
run: ./gradlew build --no-daemon
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(16))
languageVersion.set(JavaLanguageVersion.of(17))
}
}

Expand Down

0 comments on commit 47be837

Please sign in to comment.