From 501fd7b5c211a4773e1b2b5659aefc61d07c7aff Mon Sep 17 00:00:00 2001 From: pingani <113570759+pingani@users.noreply.github.com> Date: Tue, 26 Dec 2023 20:55:42 +0530 Subject: [PATCH] Update build.gradle --- build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +}