mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2024-11-14 10:35:15 +01:00
Only allow on 1.13+
This commit is contained in:
parent
b76ea867e6
commit
fd9c396483
@ -43,6 +43,10 @@ dependencies {
|
|||||||
compileOnly(libs.paper)
|
compileOnly(libs.paper)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
java {
|
||||||
|
toolchain.languageVersion.set(JavaLanguageVersion.of(17))
|
||||||
|
}
|
||||||
|
|
||||||
tasks {
|
tasks {
|
||||||
shadowJar {
|
shadowJar {
|
||||||
if (buildNumber != null) {
|
if (buildNumber != null) {
|
||||||
@ -60,8 +64,7 @@ tasks {
|
|||||||
}
|
}
|
||||||
|
|
||||||
compileJava {
|
compileJava {
|
||||||
targetCompatibility = "8"
|
options.release.set(17)
|
||||||
sourceCompatibility = "8"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
processResources {
|
processResources {
|
||||||
|
Loading…
Reference in New Issue
Block a user