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 4d4e544 commit 4efbf2fCopy full SHA for 4efbf2f
build.gradle
@@ -24,7 +24,7 @@ buildscript {
24
apply plugin: 'idea'
25
apply plugin: 'com.palantir.jacoco-full-report'
26
apply plugin: 'jacoco'
27
-
+apply plugin: 'io.codearte.nexus-staging'
28
allprojects{
29
repositories {
30
mavenCentral()
publishSonatype.gradle
@@ -10,7 +10,7 @@ project['signing.secretKeyRingFile']='/home/travis/.gnupg/secring.gpg'
10
11
12
apply plugin: 'com.bmuschko.nexus'
13
-apply plugin: 'io.codearte.nexus-staging'
+
14
nexusStaging{
15
16
}
0 commit comments