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 992a147 commit b579132Copy full SHA for b579132
build.gradle
@@ -26,8 +26,8 @@ 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")
+def sonatypeUsername = System.getenv("SONATYPE_USERNAME")
+def sonatypePassword = System.getenv("SONATYPE_PASSWORD")
31
32
java {
33
withSourcesJar()
0 commit comments