1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-02-03 13:27:23 +01:00

[ci skip] Remove reobfJar from paper-server publication ()

This commit is contained in:
Jason Penilla 2021-12-04 23:42:28 -08:00
parent 44a9e2034e
commit c9b5b5fbeb

View file

@ -87,9 +87,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+
+publishing {
+ publications.create<MavenPublication>("maven") {
+ artifact(tasks.reobfJar) {
+ classifier = null
+ }
+ artifact(tasks.shadowJar)
+ }
+}