Skip to content

Commit 1c1ef11

Browse files
committed
switch to java version 17
1 parent a0c78ac commit 1c1ef11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fetch-depth: 0
1414
- uses: actions/setup-java@v4
1515
with:
16-
java-version: 11
16+
java-version: 17
1717
distribution: temurin
1818
- name: Build with Gradle
1919
run: ./gradlew build

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ allprojects {
44
}
55
pluginManager.withPlugin('java') {
66
java {
7-
sourceCompatibility = JavaVersion.VERSION_11
7+
sourceCompatibility = JavaVersion.VERSION_17
88
withSourcesJar()
99
withJavadocJar()
1010
}

0 commit comments

Comments
 (0)