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.
null
Project.uri()
1 parent 2f10e6b commit 59e431eCopy full SHA for 59e431e
gradle/publishing.gradle
@@ -113,7 +113,7 @@ if (isReleaseVersion) {
113
nexusPublishing {
114
repositories {
115
sonatype {
116
- nexusUrl = uri(System.getenv('NEXUS_PUBLISH_URL'))
+ nexusUrl = uri(System.getenv('NEXUS_PUBLISH_URL') ?: '')
117
username = System.getenv('NEXUS_PUBLISH_USERNAME')
118
password = System.getenv('NEXUS_PUBLISH_PASSWORD')
119
stagingProfileId = System.getenv('NEXUS_PUBLISH_STAGING_PROFILE_ID')
0 commit comments