mirror of
https://github.com/SparklyPower/SparklyPaper.git
synced 2025-12-19 15:09:27 +00:00
Update to Paper 1.21.10
This commit is contained in:
2
.github/workflows/auto-update.yml
vendored
2
.github/workflows/auto-update.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
path: 'SparklyPaper'
|
||||
ref: 'ver/1.21.9'
|
||||
ref: 'ver/1.21.10'
|
||||
token: ${{ secrets.LORITTA_PAT }}
|
||||
|
||||
- name: Checkout Paper Repository
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<h1 align="center">✨ SparklyPaper ✨</h1>
|
||||
</p>
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
SparklyPower's Paper fork, making large servers snappier with high-performance optimizations and improvements! Focused on performance improvements for Survival servers with high player counts.
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
group=net.sparklypower.sparklypaper
|
||||
version=1.21.9-R0.1-SNAPSHOT
|
||||
mcVersion=1.21.9
|
||||
paperRef=4dcd8377a2cd24c15ad646814b665abd595455c1
|
||||
version=1.21.10-R0.1-SNAPSHOT
|
||||
mcVersion=1.21.10
|
||||
paperRef=fba780d6a2948d5a42030a80cf79cb49a8472456
|
||||
|
||||
org.gradle.configuration-cache=true
|
||||
org.gradle.caching=true
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
--- a/paper-api/build.gradle.kts
|
||||
+++ b/paper-api/build.gradle.kts
|
||||
@@ -90,7 +_,7 @@
|
||||
@@ -89,7 +_,7 @@
|
||||
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
idea {
|
||||
module {
|
||||
generatedSourceDirs.add(generatedDir.toFile())
|
||||
@@ -100,10 +_,21 @@
|
||||
@@ -99,6 +_,18 @@
|
||||
main {
|
||||
java {
|
||||
srcDir(generatedDir)
|
||||
@@ -28,11 +28,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
-
|
||||
val outgoingVariants = arrayOf("runtimeElements", "apiElements", "sourcesElements", "javadocElements")
|
||||
val mainCapability = "${project.group}:${project.name}:${project.version}"
|
||||
configurations {
|
||||
@@ -166,7 +_,7 @@
|
||||
@@ -165,7 +_,7 @@
|
||||
|
||||
tasks.withType<Javadoc>().configureEach {
|
||||
val options = options as StandardJavadocDocletOptions
|
||||
@@ -41,7 +37,7 @@
|
||||
options.use()
|
||||
options.isDocFilesSubDirs = true
|
||||
options.links(
|
||||
@@ -201,11 +_,11 @@
|
||||
@@ -198,11 +_,11 @@
|
||||
}
|
||||
|
||||
// workaround for https://github.com/gradle/gradle/issues/4046
|
||||
|
||||
Reference in New Issue
Block a user