Skip to content

Commit 1c3e13f

Browse files
committed
Use minSupportedJavaVersion for example-hello
1 parent 442f214 commit 1c3e13f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

example-hello/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ plugins {
77
group = 'works.bosk'
88
version = '0.0.1-SNAPSHOT'
99

10+
java {
11+
toolchain {
12+
languageVersion = JavaLanguageVersion.of(minSupportedJavaVersion)
13+
}
14+
}
15+
1016
configurations {
1117
compileOnly {
1218
extendsFrom annotationProcessor

0 commit comments

Comments
 (0)