Skip to content

Commit

Permalink
fix the licenses for maven builds
Browse files Browse the repository at this point in the history
  • Loading branch information
balda-rdx committed Oct 30, 2023
1 parent 7ef54e1 commit 84d17ae
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions interop/kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,10 @@ publishing {
name = "Apache License, Version 2.0"
url = "http://www.apache.org/licenses/LICENSE-2.0.txt"
}
}

pom.withXml {
def licensesNode = asNode().appendNode('licenses')
def licenseNode = licensesNode.appendNode('license')
licenseNode.appendNode('name', 'Radix Eula')
licenseNode.appendNode('url', 'https://www.radixdlt.com/terms/genericEULA')
license {
name = "Radix Eula"
url = "https://www.radixdlt.com/terms/genericEULA"
}
}
}
}
Expand Down

0 comments on commit 84d17ae

Please sign in to comment.