Skip to content

Commit 3d41d4b

Browse files
authored
Update rsocket.publication.gradle.kts
skip `isRequired` check
1 parent b3d0660 commit 3d41d4b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

buildSrc/src/main/kotlin/rsocket.publication.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,6 @@ publishing {
9595
}
9696

9797
signing {
98-
isRequired = sonatypeUsername != null && sonatypePassword != null &&
99-
signingKey != null && signingPassword != null
100-
10198
useInMemoryPgpKeys(signingKey, signingPassword)
10299
sign(publications)
103100
}

0 commit comments

Comments
 (0)