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 ac12aca commit c4fa999Copy full SHA for c4fa999
build.gradle
@@ -105,7 +105,7 @@ publishing {
105
106
pom.withXml {
107
asNode().appendNode('packaging', 'jar')
108
- if(asNode().get('dependencies') != null){
+ if(asNode().get('dependencies')[0] != null){
109
asNode().remove(asNode().get('dependencies')[0])
110
}
111
0 commit comments