Skip to content

Commit 0b658bc

Browse files
committed
remove not good to show things
1 parent 584aa78 commit 0b658bc

File tree

3 files changed

+0
-16
lines changed

3 files changed

+0
-16
lines changed

build.gradle

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -159,18 +159,6 @@ publishing {
159159
}
160160
}
161161

162-
// project.tasks.withType(Sign) {
163-
// signatures.all {
164-
// def type = it.type
165-
// if (it.file.name.endsWith('.tar.gz.asc')) { // Workaround in case a tar.gz file should published
166-
// type = 'tar.gz.asc'
167-
// } else if (it.type.equals('xml.asc')) { // Set correct extension for signature of pom file
168-
// type = 'pom.asc'
169-
// }
170-
// artifact source: it.file, classifier: it.classifier ?: null, extension: type
171-
// }
172-
// }
173-
174162
pom.withXml {
175163
writeTo(project.ext.pomFile)
176164
def pomAscFile = signing.sign(project.ext.pomFile).signatureFiles[0]

gradle.properties

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,3 @@ org.gradle.jvmargs=-Dfile.encoding=UTF-8
88
bintray.user=DUMMY_USER
99
bintray.key=DUMMY_KEY
1010
version = 5.1
11-
12-
signing.keyId=E299618C
13-
signing.password=Aa123456
14-
signing.secretKeyRingFile=secret2.gpg

secret2.gpg

-2.53 KB
Binary file not shown.

0 commit comments

Comments
 (0)