mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 07:20:24 +01:00
[ci skip] Remove reobfJar from paper-server publication (#7027)
This commit is contained in:
parent
44a9e2034e
commit
c9b5b5fbeb
1 changed files with 0 additions and 3 deletions
|
@ -87,9 +87,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+
|
||||
+publishing {
|
||||
+ publications.create<MavenPublication>("maven") {
|
||||
+ artifact(tasks.reobfJar) {
|
||||
+ classifier = null
|
||||
+ }
|
||||
+ artifact(tasks.shadowJar)
|
||||
+ }
|
||||
+}
|
||||
|
|
Loading…
Reference in a new issue