File tree Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change 3838 echo "signing.gnupg.executable=gpg" >> ~/.gradle/gradle.properties
3939 echo "signing.gnupg.keyName=ABC48776" >> ~/.gradle/gradle.properties
4040 echo "signing.gnupg.passphrase=${GPG_SIGNING_KEY_PW}" >> ~/.gradle/gradle.properties
41- echo "no-tty" >> ~/.gnupg/gpg.conf >> ~/.gradle/gradle.properties
4241 env :
4342 GPG_SIGNING_KEY_PW : ${{ secrets.GPG_PASSPHRASE }}
4443
45- - name : Debug credentials
46- run : |
47- echo "SONATYPE_USERNAME length: ${#SONATYPE_USERNAME}"
48- echo "SONATYPE_PASSWORD length: ${#SONATYPE_PASSWORD}"
49- if [[ -z "$SONATYPE_USERNAME" || -z "$SONATYPE_PASSWORD" ]]; then
50- echo "Sonatype credentials are missing."
51- exit 1
52- fi
53- env :
54- SONATYPE_USERNAME : ${{ secrets.NEXUS_USERNAME }}
55- SONATYPE_PASSWORD : ${{ secrets.NEXUS_PASSWORD }}
56-
5744 - name : Build package
5845 run : ./gradlew clean build
5946 env :
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies {
2222}
2323
2424group = ' org.purejava'
25- version = ' 1.2.8'
25+ version = ' 1.2.8-SNAPSHOT '
2626description = ' A Java library to access KeePassXC via its build-in proxy.'
2727java. sourceCompatibility = JavaVersion . VERSION_17
2828
You can’t perform that action at this time.
0 commit comments