Skip to content

Commit

Permalink
update build.gradle - update version to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
mintUI9976 committed Oct 23, 2022
1 parent ea0d9da commit 564468e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ plugins {
}

group 'de.mint.consoleline'
version '1.0.4'
version '1.0.5'

tasks.withType(JavaCompile) {
options.release = 17
}

repositories {
mavenCentral()
Expand Down

0 comments on commit 564468e

Please sign in to comment.