1
0
mirror of https://github.com/irmen/ksim65.git synced 2024-05-29 03:41:30 +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 {
user = System.getenv("BINTRAY_USER")
key = System.getenv("BINTRAY_KEY")
setPublications(* publishing.publications.names.toTypedArray())
// setConfigurations("archives")
pkg = PackageConfig().also {
it.name = "ksim65"
it.repo = "maven"

View File

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