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 d4f31fc commit cf53d15Copy full SHA for cf53d15
.github/workflows/gradle-ci-publish.yml
@@ -17,6 +17,7 @@ jobs:
17
18
- name: Prepare to publish
19
run: |
20
+ echo '${{secrets.GPG_KEY_CONTENTS}}' | base64 -d > publish_key.gpg
21
gpg --quiet --batch --yes --decrypt --passphrase="${{secrets.SECRET_PASSPHRASE}}" \
22
--output secret.gpg publish_key.gpg
23
echo "::set-env name=RELEASE_VERSION::${GITHUB_REF:11}"
build.gradle
@@ -69,14 +69,6 @@ publishing {
69
}
70
71
72
-model {
73
- tasks.generatePomFileForMavenJavaPublication {
74
- destination = file("$buildDir/generated-pom.xml")
75
- }
76
- tasks.publishMavenJavaPublicationToMavenLocal {
77
78
-}
79
-
80
def customizePom(pom) {
81
pom.withXml {
82
def root = asNode()
publish_key.gpg
-2.65 KB
0 commit comments