We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e446269 commit 39a0f02Copy full SHA for 39a0f02
plugin/build.gradle
@@ -26,14 +26,14 @@ apply plugin: 'java'
26
apply plugin: 'eclipse'
27
28
// Set the Java version compatibility for the project
29
-java {
30
- toolchain {
31
- languageVersion = JavaLanguageVersion.of(8) // Set this to 8, 11, or 17 based on your requirement
32
- }
33
- // Set target compatibility for Java 8
34
- sourceCompatibility = '1.8'
35
- targetCompatibility = '1.8'
36
-}
+//java {
+// toolchain {
+// languageVersion = JavaLanguageVersion.of(8) // Set this to 8, 11, or 17 based on your requirement
+// }
+// // Set target compatibility for Java 8
+// sourceCompatibility = '1.8'
+// targetCompatibility = '1.8'
+//}
37
38
repositories {
39
// Use Maven Central for resolving dependencies.
0 commit comments