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 c4994a5 commit dc58f4cCopy full SHA for dc58f4c
build.gradle
@@ -2,13 +2,12 @@ buildscript {
2
repositories {
3
mavenCentral()
4
gradlePluginPortal()
5
- maven { url "https://plugins.gradle.org/m2/" }
6
if (project.projectVersion.endsWith('-SNAPSHOT')) {
7
maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots/" }
8
}
9
10
dependencies {
11
- classpath "io.github.gradle-nexus:publish-plugin:1.3.0"
+ classpath "io.github.gradle-nexus:publish-plugin:2.0.0"
12
13
14
0 commit comments