mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-01 20:52:12 -07:00
Build updates
This commit is contained in:
@@ -4,7 +4,6 @@ mcVersion=1.21.6-pre3
|
|||||||
|
|
||||||
# Set to true while updating Minecraft version
|
# Set to true while updating Minecraft version
|
||||||
updatingMinecraft=true
|
updatingMinecraft=true
|
||||||
updateTaskListIssue=https://github.com/PaperMC/Paper/issues/11736
|
|
||||||
|
|
||||||
org.gradle.configuration-cache=true
|
org.gradle.configuration-cache=true
|
||||||
org.gradle.caching=true
|
org.gradle.caching=true
|
||||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,6 +1,6 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip
|
||||||
networkTimeout=10000
|
networkTimeout=10000
|
||||||
validateDistributionUrl=true
|
validateDistributionUrl=true
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
|
@@ -29,6 +29,7 @@ paperweight {
|
|||||||
}
|
}
|
||||||
|
|
||||||
spigot {
|
spigot {
|
||||||
|
enabled = false
|
||||||
buildDataRef = "702e1a0a5072b2c4082371d5228cb30525687efc"
|
buildDataRef = "702e1a0a5072b2c4082371d5228cb30525687efc"
|
||||||
packageVersion = "v1_21_R4" // also needs to be updated in MappingEnvironment
|
packageVersion = "v1_21_R4" // also needs to be updated in MappingEnvironment
|
||||||
}
|
}
|
||||||
|
@@ -8,7 +8,7 @@ pluginManagement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
|
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!file(".git").exists()) {
|
if (!file(".git").exists()) {
|
||||||
|
Reference in New Issue
Block a user