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

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)
+ }
+}