Skip to content

Commit c385b6d

Browse files
committed
chore: update to jdk 21
1 parent f855968 commit c385b6d

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
@@ -1,7 +1,7 @@
11
apply plugin: 'java'
22

3-
sourceCompatibility = 17
4-
targetCompatibility = 17
3+
sourceCompatibility = 21
4+
targetCompatibility = 21
55

66
repositories {
77
mavenCentral()

0 commit comments

Comments
 (0)