Skip to content

Commit

Permalink
Fix build on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jamierocks committed Feb 21, 2021
1 parent c1c8b05 commit 5dd628a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ artifacts {
if (project.hasProperty('ossrhUsername') && project.hasProperty('ossrhPassword')) {
apply plugin: 'signing'
signing {
useGpgCmd()
required { !version.endsWith('-SNAPSHOT') && gradle.taskGraph.hasTask(tasks.uploadArchives) }
sign configurations.archives
}
Expand Down

0 comments on commit 5dd628a

Please sign in to comment.