Skip to content

Commit 4efbf2f

Browse files
author
Alexander Furer
committed
sonatype release
1 parent 4d4e544 commit 4efbf2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ buildscript {
2424
apply plugin: 'idea'
2525
apply plugin: 'com.palantir.jacoco-full-report'
2626
apply plugin: 'jacoco'
27-
27+
apply plugin: 'io.codearte.nexus-staging'
2828
allprojects{
2929
repositories {
3030
mavenCentral()

publishSonatype.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ project['signing.secretKeyRingFile']='/home/travis/.gnupg/secring.gpg'
1010

1111

1212
apply plugin: 'com.bmuschko.nexus'
13-
apply plugin: 'io.codearte.nexus-staging'
13+
1414
nexusStaging{
1515

1616
}

0 commit comments

Comments
 (0)