Skip to content

Commit fbaa0fe

Browse files
committed
update build.gradle
1 parent 902b262 commit fbaa0fe

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

build.gradle

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ plugins {
55
}
66

77
group 'de.mint.consoleline'
8-
version '1.0.5'
8+
version '1.0.6'
99

10-
tasks.withType(JavaCompile) {
11-
options.release = 17
10+
java {
11+
toolchain {
12+
languageVersion = JavaLanguageVersion.of(17)
13+
}
1214
}
1315

1416
repositories {

0 commit comments

Comments
 (0)