We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86113f2 commit d72c31cCopy full SHA for d72c31c
1 file changed
build.gradle
@@ -123,16 +123,16 @@ publishing {
123
}
124
125
// 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
+// pom.withXml {
+// def pomFile = file("${project.buildDir}/generated-pom.xml")
+// writeTo(pomFile)
+// def pomAscFile = signing.sign(pomFile).signatureFiles[0]
+// artifact(pomAscFile) {
+// classifier = null
+// extension = 'pom.asc'
+// }
+// pomFile.delete()
136
137
// Sign the artifacts.
138
// project.tasks.signArchives.signatureFiles.each {
0 commit comments