added back packaging node

This commit is contained in:
Sxtanna 2020-07-29 18:20:39 -04:00
parent 592f093566
commit 98fbceeb1d

View File

@ -94,6 +94,7 @@ publishing {
from components.java
pom.withXml {
asNode().appendNode("packaging", "jar")
asNode().remove(asNode().get("dependencies"))
}
}