Skip to content

Commit

Permalink
bintray: prevent upload for base project
Browse files Browse the repository at this point in the history
  • Loading branch information
antonydenyer committed Nov 27, 2019
1 parent 6905e1b commit e48b069
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,7 @@ allprojects {
configure(subprojects.findAll { it.name != 'integration-tests' }) {
apply from: "$rootDir/gradle/jacoco/build.gradle"
}

bintrayUpload {
enabled = false
}

0 comments on commit e48b069

Please sign in to comment.