From b6632b5c574480c72bfd2d3180450f1ad6386620 Mon Sep 17 00:00:00 2001 From: Pixee OSS Assistant <148879594+pixeeai@users.noreply.github.com> Date: Tue, 21 May 2024 01:04:49 -0400 Subject: [PATCH] Update build.gradle --- build.gradle | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 7e3b6f527..c319a92be 100644 --- a/build.gradle +++ b/build.gradle @@ -8,10 +8,7 @@ plugins { id 'com.android.application' version '8.1.2' apply false id 'com.android.library' version '8.1.2' apply false id("org.jetbrains.kotlin.android") version '1.9.10' apply false -} - -plugins { - id "org.sonarqube" version "4.4.1.3373" + id "org.sonarqube" version "4.4.1.3373" } sonar {