mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-05 04:49:10 +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 {
|
||||
classifier 'deobf'
|
||||
}
|
||||
|
||||
pom.withXml {
|
||||
def node = asNode()
|
||||
if(node.dependencies.size() > 0)
|
||||
node.remove(node.dependencies)
|
||||
}
|
||||
}
|
||||
}
|
||||
repositories {
|
||||
|
|
Loading…
Reference in a new issue