Skip to content

Commit 4e438df

Browse files
committed
Upgrade to Java17
1 parent d9586ef commit 4e438df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ subprojects {
2222
apply plugin: "jacoco"
2323

2424
group = "dev.iakunin.library"
25-
sourceCompatibility = JavaVersion.VERSION_17
25+
sourceCompatibility = "17"
2626

2727
repositories {
2828
mavenCentral()

0 commit comments

Comments
 (0)