We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a94e7fe commit a8f43afCopy full SHA for a8f43af
build.gradle
@@ -63,6 +63,12 @@ indra {
63
url = 'https://lucko.me'
64
}
65
66
+ withXml {
67
+ def root = asNode()
68
+ // maven central is sad about fabric's dependencies in the pom
69
+ root.remove(root.get('dependencies'))
70
+ root.remove(root.get('dependencyManagement'))
71
+ }
72
73
74
signWithKeyFromProperties("signingKey", "signingPassword")
0 commit comments