forked from I2P_Developers/i2p.i2p
Travis CI: Dynamically add SonarQube plugin to build.gradle
This commit is contained in:
@@ -1,11 +1,3 @@
|
||||
// SonarQube is currently only supported on Java 8
|
||||
// https://docs.sonarqube.org/display/SONAR/Requirements#Requirements-SupportedPlatforms
|
||||
if (JavaVersion.current() == JavaVersion.VERSION_1_8) {
|
||||
plugins {
|
||||
id "org.sonarqube" version "2.6.1"
|
||||
}
|
||||
}
|
||||
|
||||
// Exclude apps/ dir itself, but include its subdirs
|
||||
def javaProjects = subprojects - project(':apps')
|
||||
|
||||
|
Reference in New Issue
Block a user