Skip to content

Commit c4fa999

Browse files
author
Francisco Solis
committed
Yet another fix for the build script
1 parent ac12aca commit c4fa999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ publishing {
105105

106106
pom.withXml {
107107
asNode().appendNode('packaging', 'jar')
108-
if(asNode().get('dependencies') != null){
108+
if(asNode().get('dependencies')[0] != null){
109109
asNode().remove(asNode().get('dependencies')[0])
110110
}
111111
}

0 commit comments

Comments
 (0)