Skip to content

Commit d72c31c

Browse files
comments manual signing of pom
1 parent 86113f2 commit d72c31c

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

build.gradle

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -123,16 +123,16 @@ publishing {
123123
}
124124

125125
// Sign the pom.xml.
126-
pom.withXml {
127-
def pomFile = file("${project.buildDir}/generated-pom.xml")
128-
writeTo(pomFile)
129-
def pomAscFile = signing.sign(pomFile).signatureFiles[0]
130-
artifact(pomAscFile) {
131-
classifier = null
132-
extension = 'pom.asc'
133-
}
134-
pomFile.delete()
135-
}
126+
// pom.withXml {
127+
// def pomFile = file("${project.buildDir}/generated-pom.xml")
128+
// writeTo(pomFile)
129+
// def pomAscFile = signing.sign(pomFile).signatureFiles[0]
130+
// artifact(pomAscFile) {
131+
// classifier = null
132+
// extension = 'pom.asc'
133+
// }
134+
// pomFile.delete()
135+
// }
136136

137137
// Sign the artifacts.
138138
// project.tasks.signArchives.signatureFiles.each {

0 commit comments

Comments
 (0)