1
0
mirror of https://github.com/irmen/ksim65.git synced 2025-01-05 19:32:20 +00:00
This commit is contained in:
Irmen de Jong 2020-02-01 17:48:42 +01:00
parent 88645266fa
commit a50f53ea8c
2 changed files with 3 additions and 1 deletions

View File

@ -124,7 +124,9 @@ publishing {
bintray { bintray {
user = System.getenv("BINTRAY_USER") user = System.getenv("BINTRAY_USER")
key = System.getenv("BINTRAY_KEY") key = System.getenv("BINTRAY_KEY")
setPublications(* publishing.publications.names.toTypedArray()) setPublications(* publishing.publications.names.toTypedArray())
// setConfigurations("archives")
pkg = PackageConfig().also { pkg = PackageConfig().also {
it.name = "ksim65" it.name = "ksim65"
it.repo = "maven" it.repo = "maven"

View File

@ -1 +1 @@
version=1.5-SNAPSHOT version=1.5