File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ before_install:
17
17
script :
18
18
- ./gradlew check
19
19
- ./gradlew sonarqube
20
+ - if [ "$TRAVIS_BRANCH" == "master" ] ; then ./gradlew versioneye-update ; fi
20
21
21
22
after_success :
22
23
- ./travis/publish.sh
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ plugins {
20
20
id ' org.ajoberstar.grgit' version ' 2.0.1'
21
21
id ' org.sonarqube' version ' 2.5'
22
22
id ' io.codearte.nexus-staging' version ' 0.11.0'
23
+ id " org.standardout.versioneye" version " 1.5.0"
23
24
}
24
25
25
26
ext. scmInfo = getScmInfo()
@@ -183,6 +184,10 @@ sonarqube {
183
184
}
184
185
}
185
186
187
+ versioneye {
188
+ includeSubProjects = true
189
+ }
190
+
186
191
nexusStaging {
187
192
if (project. hasProperty(' stagingServerUrl' )) {
188
193
serverUrl = stagingServerUrl
You can’t perform that action at this time.
0 commit comments