Skip to content

Commit

Permalink
Added SonarQube plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
dccohee authored Jun 8, 2018
1 parent f0e2d4b commit b726852
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ buildscript {
}
}

plugins {
id "com.github.ben-manes.versions" version "0.17.0"
id "org.sonarqube" version "2.6.2"
}

apply plugin: "eclipse"
apply plugin: "idea"
apply plugin: "maven-publish"
Expand Down

0 comments on commit b726852

Please sign in to comment.