Re-enable Bintray publishing

Signed-off-by: Edward Evans <edward.joshua.evans@gmail.com>
This commit is contained in:
Edward Evans
2019-09-24 11:53:59 +10:00
parent 0bd0df46ad
commit 8a95ff6e08

View File

@@ -364,6 +364,18 @@ subprojects {
}
}
}
bintray {
user = bintrayUser
key = bintrayKey
publications = ['mavenJava']
override = version.endsWith('SNAPSHOT')
publish = true
pkg = bintrayPackage
}
}
tasks.withType(Test) {