Skip to content

Commit c68cc16

Browse files
committed
Update VersionEye reports on CI builds of master
1 parent d1373e8 commit c68cc16

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ before_install:
1717
script:
1818
- ./gradlew check
1919
- ./gradlew sonarqube
20+
- if [ "$TRAVIS_BRANCH" == "master" ] ; then ./gradlew versioneye-update ; fi
2021

2122
after_success:
2223
- ./travis/publish.sh

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ plugins {
2020
id 'org.ajoberstar.grgit' version '2.0.1'
2121
id 'org.sonarqube' version '2.5'
2222
id 'io.codearte.nexus-staging' version '0.11.0'
23+
id "org.standardout.versioneye" version "1.5.0"
2324
}
2425

2526
ext.scmInfo = getScmInfo()
@@ -183,6 +184,10 @@ sonarqube {
183184
}
184185
}
185186

187+
versioneye {
188+
includeSubProjects = true
189+
}
190+
186191
nexusStaging {
187192
if (project.hasProperty('stagingServerUrl')) {
188193
serverUrl = stagingServerUrl

0 commit comments

Comments
 (0)