Skip to content

Commit dc58f4c

Browse files
committed
Upgrade to Gradle Nexus Publish Plugin 2.0.0
Closes gh-16
1 parent c4994a5 commit dc58f4c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@ buildscript {
22
repositories {
33
mavenCentral()
44
gradlePluginPortal()
5-
maven { url "https://plugins.gradle.org/m2/" }
65
if (project.projectVersion.endsWith('-SNAPSHOT')) {
76
maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots/" }
87
}
98
}
109
dependencies {
11-
classpath "io.github.gradle-nexus:publish-plugin:1.3.0"
10+
classpath "io.github.gradle-nexus:publish-plugin:2.0.0"
1211
}
1312
}
1413

0 commit comments

Comments
 (0)