We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed176ca commit 057ac3cCopy full SHA for 057ac3c
.github/workflows/test.yml
@@ -16,8 +16,8 @@ jobs:
16
fail-fast: false
17
matrix:
18
java-version:
19
- - 11
20
- 17
+ - 21
21
runs-on: ubuntu-latest
22
name: 'Test (JDK ${{ matrix.java-version }})'
23
steps:
build.gradle.kts
@@ -15,8 +15,8 @@ if (!project.hasProperty("release")) {
15
println("Building kSar $version")
java {
- sourceCompatibility = JavaVersion.VERSION_11
- targetCompatibility = JavaVersion.VERSION_11
+ sourceCompatibility = JavaVersion.VERSION_17
+ targetCompatibility = JavaVersion.VERSION_17
}
application {
0 commit comments