mirror of
https://github.com/SparklyPower/SparklyPaper.git
synced 2026-01-03 22:26:14 +00:00
Update to Paper 1.21.10
This commit is contained in:
@@ -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