Skip to content

Commit

Permalink
fis: use gpg cmd to sign artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli committed Nov 18, 2021
1 parent e41ca8f commit 94b944f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradle/release.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ signing {
!version.endsWith('SNAPSHOT')
}

useGpgCmd()

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

Expand Down

0 comments on commit 94b944f

Please sign in to comment.