Skip to content

Commit 14cd376

Browse files
committed
Cleanup
1 parent 3540c04 commit 14cd376

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

.github/workflows/release_to_maven.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,22 +38,9 @@ jobs:
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:

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222
}
2323

2424
group = 'org.purejava'
25-
version = '1.2.8'
25+
version = '1.2.8-SNAPSHOT'
2626
description = 'A Java library to access KeePassXC via its build-in proxy.'
2727
java.sourceCompatibility = JavaVersion.VERSION_17
2828

0 commit comments

Comments
 (0)