File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424
2525 - name : list gpg keys
2626 shell : bash
27- run : gpg -K --keyid-format=long
27+ run : |
28+ gpg -K
2829
2930 - name : import GPG private key
3031 shell : bash
@@ -37,11 +38,16 @@ jobs:
3738 echo -e "5\\ny\\n" | gpg --batch --command-fd 0 --expert --edit-key $fpr trust;
3839 done
3940
41+ - name : list gpg keys
42+ shell : bash
43+ run : |
44+ gpg -K
45+
4046 - name : publish
4147 shell : bash
4248 env :
4349 ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.CENTRAL_SONATYPE_TOKEN_USERNAME }}
4450 ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.CENTRAL_SONATYPE_TOKEN_PASSWORD }}
45- ORG_GRADLE_PROJECT_signingInMemoryKey : ${{ secrets.GPG_PRIVATE_KEY }}
46- ORG_GRADLE_PROJECT_signingInMemoryKeyPassword : ${{ secrets.GPG_PASSPHRASE }}
47- run : ./gradlew publishToMavenCentral -Psigning.gnupg.executable=gpg -Psigning.gnupg.passphrase="${{ secrets.GPG_PASSPHRASE }}"
51+ # ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.GPG_PRIVATE_KEY }}
52+ # ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.GPG_PASSPHRASE }}
53+ run : ./gradlew publishToMavenCentral --stacktrace - Psigning.gnupg.executable=gpg -Psigning.gnupg.passphrase="${{ secrets.GPG_PASSPHRASE }}"
Original file line number Diff line number Diff line change 11plugins {
22 java
33 `java- library`
4- signing
54 `maven- publish`
6- id(" com.vanniktech.maven.publish" ) version " 0.34.0"
5+ signing
6+ id(" com.vanniktech.maven.publish" ) version " 0.35.0"
77}
88
99group = " org.eclipse.dataplane"
@@ -59,8 +59,8 @@ mavenPublishing {
5959 }
6060 developers {
6161 developer {
62- name = " Andrea Bertagnolli "
63- email = " andreabertagnolli@think-it.io "
62+ name = " Dataplane Core Dev "
63+ email = " dataplane-core-dev@eclipse.org "
6464 }
6565 }
6666 scm {
You can’t perform that action at this time.
0 commit comments