mirror of
https://github.com/vacp2p/status-linea-besu.git
synced 2026-01-09 22:07:59 -05:00
Re-enable Bintray publishing
Signed-off-by: Edward Evans <edward.joshua.evans@gmail.com>
This commit is contained in:
12
build.gradle
12
build.gradle
@@ -364,6 +364,18 @@ subprojects {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
bintray {
|
||||
user = bintrayUser
|
||||
key = bintrayKey
|
||||
|
||||
publications = ['mavenJava']
|
||||
override = version.endsWith('SNAPSHOT')
|
||||
|
||||
publish = true
|
||||
|
||||
pkg = bintrayPackage
|
||||
}
|
||||
}
|
||||
|
||||
tasks.withType(Test) {
|
||||
|
||||
Reference in New Issue
Block a user