Shoudl fix maven publishing
parent
3050df55c7
commit
eee410a8f0
|
@ -93,9 +93,7 @@ publishing {
|
|||
version project.version
|
||||
|
||||
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
|
||||
pom.withXml {
|
||||
asNode().remove(asNode().get('dependencies'))
|
||||
|
|
Loading…
Reference in New Issue