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 467ee55 commit 54d5816Copy full SHA for 54d5816
build.gradle
@@ -25,8 +25,8 @@ version = '1.2.8-SNAPSHOT'
25
description = 'A Java library to access KeePassXC via its build-in proxy.'
26
java.sourceCompatibility = JavaVersion.VERSION_17
27
28
-def sonatypeUsername = System.getenv("SONATYPE_USERNAME")
29
-def sonatypePassword = System.getenv("SONATYPE_PASSWORD")
+def sonatypeUsername = System.getenv("SONATYPE_USERNAME") ?: ''
+def sonatypePassword = System.getenv("SONATYPE_PASSWORD") ?: ''
30
31
java {
32
withSourcesJar()
0 commit comments