Skip to content

Commit 29d82e1

Browse files
committed
Revert "Lower min. java requirements to Java 17."
This reverts commit 8371d4f.
1 parent 8371d4f commit 29d82e1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-on-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
os: [ ubuntu-latest ]
22-
jdk-version: [ '17', '25' ]
22+
jdk-version: [ '21', '25' ]
2323

2424
uses: ./.github/workflows/build-and-test.yml
2525
secrets: inherit

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ subprojects {
3939
}
4040

4141
java {
42-
sourceCompatibility = JavaVersion.VERSION_17
43-
targetCompatibility = JavaVersion.VERSION_17
42+
sourceCompatibility = JavaVersion.VERSION_21
43+
targetCompatibility = JavaVersion.VERSION_21
4444
modularity.inferModulePath = true
4545
}
4646

0 commit comments

Comments
 (0)