Skip to content

Commit 5dd628a

Browse files
committed
Fix build on GitHub Actions
1 parent c1c8b05 commit 5dd628a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ artifacts {
4949
if (project.hasProperty('ossrhUsername') && project.hasProperty('ossrhPassword')) {
5050
apply plugin: 'signing'
5151
signing {
52-
useGpgCmd()
5352
required { !version.endsWith('-SNAPSHOT') && gradle.taskGraph.hasTask(tasks.uploadArchives) }
5453
sign configurations.archives
5554
}

0 commit comments

Comments
 (0)