Update toolchain

This commit is contained in:
JRoy 2024-06-13 18:02:52 -04:00 committed by MD
parent 3a6fdd9bf3
commit 29a122ea5e
2 changed files with 2 additions and 2 deletions

View File

@ -9,5 +9,5 @@ repositories {
dependencies {
implementation("net.kyori", "indra-common", "3.1.3")
implementation("com.github.johnrengelman", "shadow", "8.1.1")
implementation("xyz.jpenilla", "run-task", "2.2.3")
implementation("xyz.jpenilla", "run-task", "2.3.0")
}

View File

@ -125,7 +125,7 @@ indra {
javaVersions {
target(8)
minimumToolchain(17)
minimumToolchain(21)
// Don't enforce running tests on Java 8; we only care about the release for compiling, not running tests
strictVersions(false)
}