mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-21 01:01:35 +08:00
Update toolchain
This commit is contained in:
parent
3a6fdd9bf3
commit
29a122ea5e
@ -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")
|
||||
}
|
||||
|
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user