Skip to content

Commit

Permalink
trying to fix gradle release plugin
Browse files Browse the repository at this point in the history
Former-commit-id: f7e47e2
  • Loading branch information
detonator413 committed Nov 8, 2017
1 parent 1f9366f commit b7af02a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ repositories {
mavenCentral()
}

apply plugin: 'net.researchgate.release'

allprojects {
apply plugin: 'net.researchgate.release'
apply plugin: 'jacoco'
apply plugin: 'base'
apply plugin: 'com.github.kt3k.coveralls'
Expand All @@ -30,7 +30,6 @@ allprojects {
jacoco {
toolVersion = '0.7.1.201405082137'
}

}

subprojects {
Expand Down Expand Up @@ -154,6 +153,7 @@ subprojects {
// forkEvery = 1
maxHeapSize = "1024m"
}
afterReleaseBuild.dependsOn subprojects.bintrayUpload

}

Expand Down Expand Up @@ -408,6 +408,5 @@ wrapper {
version "4.2.1"
}

afterReleaseBuild.dependsOn subprojects.bintrayUpload


0 comments on commit b7af02a

Please sign in to comment.