Update to Sonar 2.2 to work with Gradle 3.1

This commit is contained in:
Rob Winch
2016-11-14 17:22:23 -06:00
parent 46633274d5
commit b5ea6c752d
2 changed files with 2 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ buildscript {
}
plugins {
id "org.sonarqube" version "1.2"
id "org.sonarqube" version "2.2"
}
group = 'org.springframework.session'

View File

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