We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2198424 commit e9b1fa7Copy full SHA for e9b1fa7
2 files changed
.travis.yml
@@ -7,7 +7,8 @@ deploy:
7
provider: releases
8
api_key:
9
secure: e7VpQONEFL9arntbXEm6xuuKadCa6+VOB6GcSf3ORcIspmtqfoPzlrkAe3kB35eXg82CCSH36ZyCrGiPEMfltiC3sSL8FKjh6A11f9fBBBh0e21buao4G1/epteVip++/xheinrl9oLatbjD4V225uqyUpZLVJwUfSpQdZr1Ukw=
10
- file: shivas-host/build/distributions/shivas-host-*.zip
+ file_glob: true
11
+ file: "shivas-host/build/distributions/shivas-host-*.zip"
12
skip_cleanup: true
13
on:
14
tags: true
build.gradle
@@ -4,7 +4,7 @@ subprojects {
4
sourceCompatibility = 1.8
5
targetCompatibility = 1.8
6
group = 'org.shivas'
- version = '1.0-SNAPSHOT'
+ version = '1.0.0'
ext {
guavaVersion = '20.0'
0 commit comments