bump to 1.20.5 + no support for spigot
This commit is contained in:
parent
0cb1aa8186
commit
dcf7d2b0a5
2 changed files with 9 additions and 10 deletions
|
@ -1,19 +1,23 @@
|
||||||
plugins {
|
plugins {
|
||||||
`java-library`
|
`java-library`
|
||||||
id("io.papermc.paperweight.userdev") version "1.5.11"
|
id("io.papermc.paperweight.userdev") version "1.6.2"
|
||||||
id("io.github.goooler.shadow") version "8.1.7"
|
id("io.github.goooler.shadow") version "8.1.7"
|
||||||
id("org.sonarqube") version "4.4.1.3373"
|
id("org.sonarqube") version "4.4.1.3373"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// from 1.20.5+ upward, spigot is not supported
|
||||||
|
paperweight.reobfArtifactConfiguration =
|
||||||
|
io.papermc.paperweight.userdev.ReobfArtifactConfiguration.MOJANG_PRODUCTION
|
||||||
|
|
||||||
group = "me.unurled.sacredrealms"
|
group = "me.unurled.sacredrealms"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = "The main SR plugin."
|
description = "The main SR plugin."
|
||||||
|
|
||||||
val mcVersion = "1.20.4-R0.1-SNAPSHOT"
|
val mcVersion = "1.20.5-R0.1-SNAPSHOT"
|
||||||
val redisVersion = "5.2.0-beta1"
|
val redisVersion = "5.2.0-beta1"
|
||||||
val invuiVersion = "1.26"
|
val invuiVersion = "1.26"
|
||||||
|
|
||||||
val javaVersion = 22
|
val javaVersion = 21
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
@ -33,10 +37,6 @@ java {
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks {
|
tasks {
|
||||||
assemble {
|
|
||||||
dependsOn(reobfJar)
|
|
||||||
}
|
|
||||||
|
|
||||||
compileJava {
|
compileJava {
|
||||||
options.encoding = Charsets.UTF_8.name()
|
options.encoding = Charsets.UTF_8.name()
|
||||||
|
|
||||||
|
|
5
gradle/wrapper/gradle-wrapper.properties
vendored
5
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -1,7 +1,6 @@
|
||||||
|
#Mon Apr 29 21:41:32 CEST 2024
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
|
||||||
networkTimeout=10000
|
|
||||||
validateDistributionUrl=true
|
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue