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