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 2708c3d commit 011af8cCopy full SHA for 011af8c
build.gradle
@@ -26,6 +26,9 @@ version = '1.2.8'
26
description = 'A Java library to access KeePassXC via its build-in proxy.'
27
java.sourceCompatibility = JavaVersion.VERSION_17
28
29
+def sonatypeUsername = localEnv.getProperty("SONATYPE_USERNAME") ?: System.getenv("SONATYPE_USERNAME")
30
+def sonatypePassword = localEnv.getProperty("SONATYPE_PASSWORD") ?: System.getenv("SONATYPE_PASSWORD")
31
+
32
java {
33
withSourcesJar()
34
withJavadocJar()
gradle.properties
@@ -9,6 +9,3 @@ signing.gnupg.executable=/usr/local/bin/gpg
9
signing.gnupg.homeDir=/Users/ralph/.gnupg
10
signing.gnupg.keyName=ABC48776
11
signing.gnupg.passphrase=
12
-
13
-sonatypeUsername=
14
-sonatypePassword=
0 commit comments