Skip to content

Commit

Permalink
Java 17, V+
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Baker committed Aug 11, 2022
1 parent 3672a3a commit 1938f5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ dependencies {
}

group = 'me.relavis.avatarcreatures'
version = '1.2'
java.sourceCompatibility = JavaVersion.VERSION_1_8
version = '1.2.1'
java.sourceCompatibility = JavaVersion.VERSION_17
compileJava.options.encoding = "UTF-8"
compileJava.options.compilerArgs += ["-parameters"]
compileJava.options.fork = true
Expand Down

0 comments on commit 1938f5d

Please sign in to comment.