Skip to content

Commit

Permalink
Bump to 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tajakobsen committed Sep 26, 2024
1 parent b33f9de commit cad441b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,18 @@ plugins {
}

group = "no.item.xp.plugin"
version = "2.6.1"
version = "2.6.2"

kotlin {
jvmToolchain(11)
}

java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(11))
}
}

repositories {
mavenCentral()
}
Expand Down

0 comments on commit cad441b

Please sign in to comment.