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.
2 parents 5abd20f + 7a43b68 commit c25c7d7Copy full SHA for c25c7d7
.travis.yml
@@ -40,4 +40,4 @@ jobs:
40
install: true
41
script:
42
- openssl aes-256-cbc -K $encrypted_8e5c960335c9_key -iv $encrypted_8e5c960335c9_iv -in secring.gpg.enc -out secring.gpg -d
43
- - ./gradlew publishToNexus closeAndReleaseRepository
+ - if [ -n "${TRAVIS_TAG}" ]; then ./gradlew publish closeAndReleaseRepository; else ./gradlew publish; fi
build.gradle.kts
@@ -150,10 +150,6 @@ subprojects {
150
val publishing: PublishingExtension by project.extensions
151
sign(publishing.publications)
152
}
153
-
154
- configure<NexusPublishExtension> {
155
- useStaging.set(true)
156
- }
157
158
159
nexusStaging {
0 commit comments