bstats might have an issue?

This commit is contained in:
extendedclip 2020-08-06 14:05:33 -04:00
parent 5065623ab0
commit b73d00e169
1 changed files with 2 additions and 0 deletions

View File

@ -100,6 +100,8 @@ publishing {
pom.withXml {
// some are having issues with bstats so we might need to add that to the pom as well
asNode().appendNode("packaging", "jar")
asNode().remove(asNode().get("dependencies"))