Skip to content

Commit

Permalink
Update supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Redned235 committed Dec 14, 2024
1 parent 3172fc2 commit 1b1866b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ plugins {
group = "org.battleplugins.arena"
version = "2.0.0-SNAPSHOT"

val supportedVersions = listOf("1.19.4", "1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6", "1.21")
val supportedVersions = listOf(
"1.19.4",
"1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6",
"1.21", "1.21.1", "1.21.2", "1.21.3", "1.21.4"
)

java.toolchain.languageVersion.set(JavaLanguageVersion.of(17))

Expand Down Expand Up @@ -65,4 +69,4 @@ modrinth {
dependencies {
required.project("battlearena")
}
}
}

0 comments on commit 1b1866b

Please sign in to comment.