Skip to content

Commit cda98a2

Browse files
committed
Fixing version to work with JDK 1.8
1 parent 88b04f2 commit cda98a2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ description = "CST-Bindings"
1111
java {
1212
//sourceCompatibility = JavaVersion.VERSION_11
1313
//targetCompatibility = JavaVersion.VERSION_11
14-
//sourceCompatibility = JavaVersion.VERSION_1_8
15-
//targetCompatibility = JavaVersion.VERSION_1_8
14+
sourceCompatibility = JavaVersion.VERSION_1_8
15+
targetCompatibility = JavaVersion.VERSION_1_8
1616

1717
sourceCompatibility = JavaVersion.VERSION_17
1818
targetCompatibility = JavaVersion.VERSION_17
1919

20-
toolchain {
21-
languageVersion = JavaLanguageVersion.of(21)
22-
}
20+
//toolchain {
21+
// languageVersion = JavaLanguageVersion.of(21)
22+
//}
2323
}
2424

2525
version = '1.1.1'

0 commit comments

Comments
 (0)