Skip to content

Commit 98c0d53

Browse files
authored
Bump Java to version 17 (#344)
1 parent f34715b commit 98c0d53

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .github/workflows/build-test-coverage.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v4
9-
- name: Setup Java 11
9+
- name: Setup Java 17
1010
uses: actions/setup-java@v4
1111
with:
12-
java-version: 11
12+
java-version: 17
1313
distribution: adopt
1414
- uses: gradle/gradle-build-action@v3
1515
env:

Diff for: build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ subprojects {
4242

4343
tasks {
4444
withType<KotlinCompile> {
45-
kotlinOptions.jvmTarget = "11"
45+
kotlinOptions.jvmTarget = "17"
4646
}
4747

4848
withType<Test> {

0 commit comments

Comments
 (0)