Skip to content

Commit ee524a9

Browse files
committed
Upgrade to java 17
1 parent 5d2c2d4 commit ee524a9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up JDK
1313
uses: actions/setup-java@v4
1414
with:
15-
java-version: 11
15+
java-version: 17
1616
distribution: 'temurin'
1717
- name: Build
1818
run: ./gradlew check -i

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ dependencies {
2222
}
2323

2424
java {
25-
sourceCompatibility = JavaVersion.VERSION_11
26-
targetCompatibility = JavaVersion.VERSION_11
25+
sourceCompatibility = JavaVersion.VERSION_17
26+
targetCompatibility = JavaVersion.VERSION_17
2727
}
2828

2929
compileJava {

0 commit comments

Comments
 (0)