Skip to content

Commit

Permalink
Re-enable Bintray publishing
Browse files Browse the repository at this point in the history
Signed-off-by: Edward Evans <edward.joshua.evans@gmail.com>
  • Loading branch information
EdJoJob committed Sep 24, 2019
1 parent 0bd0df4 commit 8a95ff6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,18 @@ subprojects {
}
}
}

bintray {
user = bintrayUser
key = bintrayKey

publications = ['mavenJava']
override = version.endsWith('SNAPSHOT')

publish = true

pkg = bintrayPackage
}
}

tasks.withType(Test) {
Expand Down

0 comments on commit 8a95ff6

Please sign in to comment.