Skip to content

Commit e4af0b2

Browse files
authored
Убрана подпись градлем, оставлен только jreleaser
1 parent b5ca1f3 commit e4af0b2

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

build.gradle.kts

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,6 @@ artifacts {
109109
archives(tasks["javadocJar"])
110110
}
111111

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-
121112
publishing {
122113
repositories {
123114
maven {
@@ -217,3 +208,4 @@ jreleaser {
217208
}
218209
}
219210
}
211+

0 commit comments

Comments
 (0)