We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5ca1f3 commit e4af0b2Copy full SHA for e4af0b2
build.gradle.kts
@@ -109,15 +109,6 @@ artifacts {
109
archives(tasks["javadocJar"])
110
}
111
112
-signing {
113
- val signingInMemoryKey: String? by project // env.ORG_GRADLE_PROJECT_signingInMemoryKey
114
- val signingInMemoryPassword: String? by project // env.ORG_GRADLE_PROJECT_signingInMemoryPassword
115
- if (signingInMemoryKey != null) {
116
- useInMemoryPgpKeys(signingInMemoryKey, signingInMemoryPassword)
117
- sign(publishing.publications)
118
- }
119
-}
120
-
121
publishing {
122
repositories {
123
maven {
@@ -217,3 +208,4 @@ jreleaser {
217
208
218
209
219
210
211
+
0 commit comments