Skip to content

Commit 03dab97

Browse files
committed
[dotify] useGpgCmd() breaks the build for me
1 parent e7baf82 commit 03dab97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/dotify.library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ task sourcesJar(type: Jar) {
168168
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
169169

170170
signing {
171-
useGpgCmd()
171+
// useGpgCmd()
172172
required { isReleaseVersion }
173173
sign publishing.publications
174174
}

0 commit comments

Comments
 (0)