mirror of
https://github.com/irmen/ksim65.git
synced 2024-11-15 09:05:52 +00:00
v1.5
This commit is contained in:
parent
88645266fa
commit
a50f53ea8c
@ -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"
|
||||
|
@ -1 +1 @@
|
||||
version=1.5-SNAPSHOT
|
||||
version=1.5
|
||||
|
Loading…
Reference in New Issue
Block a user