We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5848095 commit e262794Copy full SHA for e262794
1 file changed
pdf2htmlEX/build.gradle
@@ -135,7 +135,7 @@ publishing{
135
thisProjLicense.appendNode('url', "pdf2htmlEX-Android/LICENSE\n\n" + new File("$projectDir/../LICENSE").getText('UTF-8') + "\n\n")
136
thisProjLicense.appendNode('distribution', 'repo')
137
138
- new XmlSlurper().parse("../dependency-builder/build/licenses.xml").license.each {
+ new XmlSlurper().parse("$projectDir/../dependency-builder/build/licenses.xml").license.each {
139
def license = licensesNode.appendNode('license')
140
license.appendNode('name', it.name)
141
license.appendNode('url', it.url)
0 commit comments