Skip to content

Commit 8cf3ebf

Browse files
committed
Remove versioneye configuration
The versioneye service has been closed down. (cherry picked from commit da7f62f)
1 parent cce8c49 commit 8cf3ebf

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ plugins {
2020
id 'org.ajoberstar.grgit' version '2.3.0'
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"
2423
}
2524

2625
ext.scmInfo = getScmInfo()
@@ -210,10 +209,6 @@ sonarqube {
210209
}
211210
}
212211

213-
versioneye {
214-
includeSubProjects = true
215-
}
216-
217212
nexusStaging {
218213
if (project.hasProperty('stagingServerUrl')) {
219214
serverUrl = stagingServerUrl

0 commit comments

Comments
 (0)