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)
|
||||
}
|
||||
|
||||
java {
|
||||
toolchain.languageVersion.set(JavaLanguageVersion.of(17))
|
||||
}
|
||||
|
||||
tasks {
|
||||
shadowJar {
|
||||
if (buildNumber != null) {
|
||||
@ -60,8 +64,7 @@ tasks {
|
||||
}
|
||||
|
||||
compileJava {
|
||||
targetCompatibility = "8"
|
||||
sourceCompatibility = "8"
|
||||
options.release.set(17)
|
||||
}
|
||||
|
||||
processResources {
|
||||
|
Loading…
Reference in New Issue
Block a user