You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for (disabledLint in arrayOf("processing", "path", "fallthrough", "serial"))
52
-
options.compilerArgs.add("-Xlint:$disabledLint")
53
-
options.isDeprecation =true
54
-
options.encoding ="UTF-8"
55
-
}
56
-
57
49
javadoc {
58
50
val opt = options asStandardJavadocDocletOptions
59
-
opt.addStringOption("Xdoclint:none", "-quiet")
60
-
opt.tags(
61
-
"apiNote:a:API Note:",
62
-
"implSpec:a:Implementation Requirements:",
63
-
"implNote:a:Implementation Note:"
64
-
)
65
-
opt.links("https://jd.papermc.io/paper/1.20/")
51
+
opt.links("https://jd.papermc.io/paper/1.21.5/")
66
52
opt.noTimestamp()
67
53
}
68
54
@@ -72,10 +58,6 @@ tasks {
72
58
}
73
59
}
74
60
75
-
java {
76
-
withSourcesJar()
77
-
withJavadocJar()
78
-
}
79
61
80
62
signing {
81
63
if (!project.hasProperty("skip.signing") &&!version.toString().endsWith("-SNAPSHOT")) {
@@ -87,53 +69,50 @@ signing {
87
69
}
88
70
}
89
71
90
-
publishing {
91
-
publications {
92
-
create<MavenPublication>("maven") {
93
-
from(components["java"])
94
-
95
-
pom {
96
-
97
-
name.set(project.name +""+ project.version)
98
-
description.set("The API for Head Database, a Minecraft plugin that allows you to obtain thousands of custom Minecraft skulls that feature unique designs.")
description.set("The API for Head Database, a Minecraft plugin that allows you to obtain thousands of custom Minecraft skulls that feature unique designs.")
0 commit comments