Shoudl fix maven publishing

dev/0.11
modmuss50 2018-05-14 12:00:56 +01:00
parent 3050df55c7
commit eee410a8f0
1 changed files with 1 additions and 3 deletions

View File

@ -93,9 +93,7 @@ publishing {
version project.version version project.version
from components.java from components.java
artifact jar
//Removes all of the dependencies from the maven pom, prevents sub projects downloading all the libs, as we use a fat jar //Removes all of the dependencies from the maven pom, prevents sub projects downloading all the libs, as we use a fat jar
pom.withXml { pom.withXml {
asNode().remove(asNode().get('dependencies')) asNode().remove(asNode().get('dependencies'))