Skip to content

Commit 2741731

Browse files
committed
gradle-nexus-staging-plugin
1 parent bd1d300 commit 2741731

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ buildscript {
44
repositories {
55
google()
66
mavenCentral()
7+
//Needed only for SNAPSHOT versions
8+
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
79
}
810
dependencies {
911
classpath 'com.android.tools.build:gradle:8.10.1'
1012
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
1113
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
14+
classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.30.0"
1215
}
1316
}
1417

0 commit comments

Comments
 (0)