forked from github/wulkanowy-mirror
Fix bintray version (#36)
This commit is contained in:
parent
6e334f2721
commit
9ee0ca3010
@ -31,7 +31,7 @@ dependencies {
|
|||||||
|
|
||||||
def siteUrl = 'https://github.com/wulkanowy/wulkanowy'
|
def siteUrl = 'https://github.com/wulkanowy/wulkanowy'
|
||||||
def gitUrl = 'https://github.com/wulkanowy/wulkanowy.git'
|
def gitUrl = 'https://github.com/wulkanowy/wulkanowy.git'
|
||||||
|
version = '0.1.0'
|
||||||
|
|
||||||
bintray {
|
bintray {
|
||||||
user = System.getenv('BINTRAY_USER')
|
user = System.getenv('BINTRAY_USER')
|
||||||
@ -48,6 +48,7 @@ bintray {
|
|||||||
|
|
||||||
version {
|
version {
|
||||||
name = '0.1.0'
|
name = '0.1.0'
|
||||||
|
vcsTag = '0.1.0'
|
||||||
released = new Date()
|
released = new Date()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user