mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-22 19:58:34 +01:00
remove maven dependencies
This commit is contained in:
parent
6a20dbadc9
commit
352be206f2
1 changed files with 6 additions and 0 deletions
|
@ -141,6 +141,12 @@ publishing {
|
||||||
artifact deobfJar {
|
artifact deobfJar {
|
||||||
classifier 'deobf'
|
classifier 'deobf'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pom.withXml {
|
||||||
|
def node = asNode()
|
||||||
|
if(node.dependencies.size() > 0)
|
||||||
|
node.remove(node.dependencies)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
repositories {
|
repositories {
|
||||||
|
|
Loading…
Reference in a new issue