diff --git a/build.gradle b/build.gradle index 6ba7df8..8948366 100644 --- a/build.gradle +++ b/build.gradle @@ -2,6 +2,7 @@ plugins { id 'groovy' id 'application' id 'com.github.johnrengelman.shadow' version '5.2.0' + id("org.sonarqube") version "3.5.0.2730" } repositories { @@ -28,4 +29,4 @@ dependencies { application { mainClassName = 'com.adjectivecolournoun.gradle.Greetz' -} \ No newline at end of file +}