Skip to content

Commit 564468e

Browse files
committed
update build.gradle - update version to 17
1 parent ea0d9da commit 564468e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ plugins {
55
}
66

77
group 'de.mint.consoleline'
8-
version '1.0.4'
8+
version '1.0.5'
9+
10+
tasks.withType(JavaCompile) {
11+
options.release = 17
12+
}
913

1014
repositories {
1115
mavenCentral()

0 commit comments

Comments
 (0)