Skip to content

Commit 6d079c4

Browse files
author
luthfan
committed
Try removing java command
1 parent 08e875d commit 6d079c4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ plugins {
33
id 'org.jastadd' version '1.13.3'
44
}
55

6-
java {
7-
toolchain {
8-
languageVersion.set(JavaLanguageVersion.of(8))
9-
}
10-
}
6+
// java {
7+
// toolchain {
8+
// languageVersion.set(JavaLanguageVersion.of(8))
9+
// }
10+
// }
1111

1212
defaultTasks 'jar'
1313

0 commit comments

Comments
 (0)