Shoudl fix maven publishing
parent
3050df55c7
commit
eee410a8f0
|
@ -94,8 +94,6 @@ publishing {
|
||||||
|
|
||||||
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'))
|
||||||
|
|
Loading…
Reference in New Issue