Skip to content

Commit 057ac3c

Browse files
PitterlingPitterling
and
Pitterling
authored
Java17 - sourceCompatibility , targetCompatibility (#342)
* Java17 - sourceCompatibility , targetCompatibility * gh-workflow - test - JAVA 17,21 - remove 11 --------- Co-authored-by: Pitterling <[email protected]>
1 parent ed176ca commit 057ac3c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
java-version:
19-
- 11
2019
- 17
20+
- 21
2121
runs-on: ubuntu-latest
2222
name: 'Test (JDK ${{ matrix.java-version }})'
2323
steps:

Diff for: build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ if (!project.hasProperty("release")) {
1515
println("Building kSar $version")
1616

1717
java {
18-
sourceCompatibility = JavaVersion.VERSION_11
19-
targetCompatibility = JavaVersion.VERSION_11
18+
sourceCompatibility = JavaVersion.VERSION_17
19+
targetCompatibility = JavaVersion.VERSION_17
2020
}
2121

2222
application {

0 commit comments

Comments
 (0)