Skip to content

Commit d8135f5

Browse files
committed
add gradle toolchain
1 parent eaa8674 commit d8135f5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

compiler/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ plugins {
77

88
group = 'io.github.jbock-java'
99

10+
java {
11+
toolchain {
12+
languageVersion = JavaLanguageVersion.of(17)
13+
}
14+
}
15+
1016
compileJava {
1117
options.encoding = 'UTF-8'
1218
sourceCompatibility = '11'

0 commit comments

Comments
 (0)