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 d63bb3b commit b751841Copy full SHA for b751841
build.gradle
@@ -6,8 +6,8 @@ buildscript {
6
7
dependencies {
8
//Using buildscript.classpath so that we can resolve plugins from maven local, during local testing
9
- classpath "org.shipkit:shipkit-auto-version:0.+"
10
- classpath "org.shipkit:shipkit-changelog:0.+"
+ classpath "org.shipkit:shipkit-auto-version:1.+"
+ classpath "org.shipkit:shipkit-changelog:1.+"
11
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.+"
12
}
13
0 commit comments