Skip to content

Commit ae335f2

Browse files
committed
remove gradle toolchain
1 parent bc9b723 commit ae335f2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@ plugins {
22
id 'java'
33
}
44

5-
java {
6-
toolchain {
7-
languageVersion = JavaLanguageVersion.of(17)
8-
}
9-
}
10-
115
compileJava {
126
options.encoding = 'UTF-8'
137
sourceCompatibility = '11'

0 commit comments

Comments
 (0)