We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9d0205 commit f5cbe02Copy full SHA for f5cbe02
build.gradle
@@ -6,7 +6,7 @@ buildscript {
6
classpath 'org.jfrog.buildinfo:build-info-extractor-gradle:3.1.0'
7
classpath 'nu.studer:gradle-plugindev-plugin:1.0.3'
8
classpath 'org.codehaus.groovy:groovy-backports-compat23:2.4.3'
9
- classpath 'net.researchgate:gradle-release:2.0.1'
+ classpath 'net.researchgate:gradle-release:2.1.0'
10
}
11
12
@@ -68,4 +68,6 @@ artifactory {
68
69
70
71
+afterReleaseBuild.dependsOn bintrayUpload
72
+
73
wrapper.gradleVersion = '1.12'
0 commit comments