Skip to content

Commit

Permalink
fix gpg
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli committed Nov 18, 2021
1 parent cf30ab2 commit 5653bf4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gradle/release.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ signing {
!version.endsWith('SNAPSHOT')
}

useGpgCmd()
if (!version.endsWith('SNAPSHOT')) {
useGpgCmd()
}

sign publishing.publications."${project.name}"
}
Expand Down

0 comments on commit 5653bf4

Please sign in to comment.