Skip to content

Commit 1b58a94

Browse files
committed
Bumped java version to 22
1 parent 41e9a7e commit 1b58a94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ allprojects {
101101
java {
102102
withSourcesJar()
103103

104-
sourceCompatibility = JavaVersion.VERSION_21
105-
targetCompatibility = JavaVersion.VERSION_21
104+
sourceCompatibility = JavaVersion.VERSION_22
105+
targetCompatibility = JavaVersion.VERSION_22
106106
}
107107
}

0 commit comments

Comments
 (0)