Skip to content

Commit 34ea4dc

Browse files
committed
Change target Java version to 8
1 parent 4afe8e1 commit 34ea4dc

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
@@ -26,7 +26,7 @@ java {
2626
withSourcesJar()
2727

2828
sourceCompatibility = JavaVersion.VERSION_1_8
29-
targetCompatibility = JavaVersion.VERSION_17
29+
targetCompatibility = JavaVersion.VERSION_1_8
3030
}
3131

3232
publishing {

0 commit comments

Comments
 (0)