Skip to content

Commit

Permalink
Ass sonar cloud support
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Orain committed Jan 8, 2018
1 parent 60de6e1 commit c9930db
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ repositories {
mavenCentral()
}

plugins {
id "org.sonarqube" version "2.5"
}

dependencies {
compile 'com.google.api-client:google-api-client:1.23.0'
compile 'com.google.oauth-client:google-oauth-client-jetty:1.23.0'
Expand All @@ -28,6 +32,3 @@ dependencies {

}

plugins {
id "org.sonarqube" version "2.5"
}

0 comments on commit c9930db

Please sign in to comment.