We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83614c8 commit 87834e3Copy full SHA for 87834e3
build.gradle
@@ -42,8 +42,7 @@ subprojects {
42
apply plugin: 'propdeps-eclipse'
43
apply plugin: "com.jfrog.bintray"
44
45
- def releaseVersion = System.properties.RELEASE_VERSION
46
- version = releaseVersion ? releaseVersion : PROJECT_VERSION + '-' + new SimpleDateFormat('yyyy-MM-dd\'T\'HH-mm-ss').format(new Date())
+ version = System.env.TRAVIS_TAG ? PROJECT_VERSION : PROJECT_VERSION + '-' + new SimpleDateFormat('yyyy-MM-dd\'T\'HH-mm-ss').format(new Date())
47
group = PROJECT_GROUP
48
49
repositories {
0 commit comments