Fix Sonar build

This commit is contained in:
Vedran Pavic
2016-11-15 23:07:00 +01:00
parent 4a06b38c5f
commit 43fda301e2
8 changed files with 11 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ buildscript {
}
plugins {
id "org.sonarqube" version "2.2"
id "org.sonarqube" version "2.1"
}
group = 'org.springframework.session'
@@ -24,6 +24,7 @@ ext.IDE_GRADLE = "$rootDir/gradle/ide.gradle"
ext.JAVA_GRADLE = "$rootDir/gradle/java.gradle"
ext.SPRING3_GRADLE = "$rootDir/gradle/spring3.gradle"
ext.MAVEN_GRADLE = "$rootDir/gradle/publish-maven.gradle"
ext.BOM_GRADLE = "$rootDir/gradle/bom.gradle"
ext.SAMPLE_GRADLE = "$rootDir/gradle/sample.gradle"
ext.TOMCAT_GRADLE = "$rootDir/gradle/tomcat.gradle"
ext.TOMCAT_6_GRADLE = "$rootDir/gradle/tomcat6.gradle"

View File

@@ -1 +0,0 @@
This exists for Sonar

3
gradle/bom.gradle Normal file
View File

@@ -0,0 +1,3 @@
sonarqube {
skipProject = true
}

View File

@@ -1,5 +1,6 @@
apply from: JAVA_GRADLE
apply from: MAVEN_GRADLE
apply from: BOM_GRADLE
apply plugin: 'spring-io'
description = "Aggregator for Spring Session and Spring Data GemFire"

View File

@@ -1,5 +1,6 @@
apply from: JAVA_GRADLE
apply from: MAVEN_GRADLE
apply from: BOM_GRADLE
apply plugin: 'spring-io'
@@ -16,4 +17,4 @@ dependencyManagement {
mavenBom "io.spring.platform:platform-bom:${springIoVersion}"
}
}
}
}

View File

@@ -1,5 +1,6 @@
apply from: JAVA_GRADLE
apply from: MAVEN_GRADLE
apply from: BOM_GRADLE
apply plugin: 'spring-io'

View File

@@ -1,5 +1,6 @@
apply from: JAVA_GRADLE
apply from: MAVEN_GRADLE
apply from: BOM_GRADLE
apply plugin: 'spring-io'

View File

@@ -1,5 +1,6 @@
apply from: JAVA_GRADLE
apply from: MAVEN_GRADLE
apply from: BOM_GRADLE
apply plugin: 'spring-io'