Fix build?

This commit is contained in:
modmuss50 2018-11-16 15:47:06 +00:00
parent aa0ffe7559
commit dc64b26655

View file

@ -198,12 +198,6 @@ publishing {
artifact sourceJar {
classifier "sources"
}
//Removes all of the dependencies from the maven pom, fixes issues when other projects try to depend on tr
pom.withXml {
asNode().remove(asNode().get('dependencies'))
}
}
}
repositories {