Skip to content

Commit

Permalink
Java 18 -> 17 for LTS
Browse files Browse the repository at this point in the history
and better Linux support
  • Loading branch information
Zabuzard committed Mar 6, 2023
1 parent a826aae commit 3360ee5
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 @@ -6,7 +6,7 @@ plugins {
}

group = "io.github.zabuzard.discordplays"
version = "2.4-SNAPSHOT"
version = "2.5-SNAPSHOT"

repositories {
mavenCentral()
Expand Down Expand Up @@ -37,7 +37,7 @@ tasks.test {
}

kotlin {
jvmToolchain(18)
jvmToolchain(17)
}

application {
Expand Down

0 comments on commit 3360ee5

Please sign in to comment.