Skip to content

Commit

Permalink
Release 6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed Apr 23, 2023
1 parent cbf8a7d commit bd13a0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ java {
}

tasks.compileJava.configure {
options.release.set(16)
options.release.set(17)
}

configurations.all {
attributes.attribute(TargetJvmVersion.TARGET_JVM_VERSION_ATTRIBUTE, 17)
}

version = "6.2.2-SNAPSHOT"
version = "6.3.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit bd13a0a

Please sign in to comment.