Skip to content

Commit 9717f0f

Browse files
Bump to Java 21
1 parent d8081fd commit 9717f0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ java {
1717
withJavadocJar()
1818
withSourcesJar()
1919

20-
sourceCompatibility = JavaVersion.VERSION_17
21-
targetCompatibility = JavaVersion.VERSION_17
20+
sourceCompatibility = JavaVersion.VERSION_21
21+
targetCompatibility = JavaVersion.VERSION_21
2222
}
2323

2424
jar {

0 commit comments

Comments
 (0)