Skip to content

Commit 2bf6cca

Browse files
committed
Update "build.gradle": Add source and target compatibility
1 parent f11e203 commit 2bf6cca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,9 @@ task buildLangModule(type: Zip, dependsOn: prepareLangModuleFiles) {
4848

4949
test {
5050
useJUnitPlatform()
51+
}
52+
53+
java {
54+
sourceCompatibility = JavaVersion.VERSION_1_8
55+
targetCompatibility = JavaVersion.VERSION_17
5156
}

0 commit comments

Comments
 (0)