Skip to content

Commit

Permalink
Fixed problem with POM signatureP
Browse files Browse the repository at this point in the history
  • Loading branch information
polysantiago authored and Pablo Santiago committed Jun 21, 2017
1 parent 777e919 commit 4fd1ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ publishing {

if (signing.required) {
gpgPom(MavenPublication) {
def pomAscFile = signing.sign(pomFile).signatureFiles[0]
def pomAscFile = signing.sign(project.ext.pomFile).signatureFiles[0]
artifact(pomAscFile) {
classifier = null
extension = 'pom.asc'
Expand Down

0 comments on commit 4fd1ff9

Please sign in to comment.