File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ plugins {
1515 id ' net.saliman.cobertura' version ' 2.4.0'
1616 id ' com.github.kt3k.coveralls' version ' 2.7.1'
1717 id " com.jfrog.bintray" version " 1.7.3"
18+ id ' net.researchgate.release' version ' 2.4.0'
1819}
1920
2021apply plugin : ' license-report'
2122apply plugin : ' ru.vyarus.animalsniffer'
2223apply plugin : ' maven-publish'
2324
2425group = ' de.danielbechler'
25- version = ' 0.95-RC1'
2626
2727description = """ Java Object Diff"""
2828
@@ -111,6 +111,7 @@ bintray {
111111 key = System . getenv(' BINTRAY_KEY' )
112112 publications = [' mavenJava' ]
113113 publish = true
114+ override = true
114115 pkg {
115116 repo = ' maven'
116117 name = ' java-object-diff'
@@ -180,4 +181,11 @@ publishing {
180181 }
181182 }
182183 }
183- }
184+ }
185+
186+ release {
187+ failOnCommitNeeded = false
188+ failOnPublishNeeded = false
189+ }
190+
191+ afterReleaseBuild. dependsOn bintrayUpload
Original file line number Diff line number Diff line change 1+ version =0.95-RC2
You can’t perform that action at this time.
0 commit comments