Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
pixeeai authored May 21, 2024
1 parent a50b0d4 commit 33fc262
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@ plugins {
id("org.jetbrains.kotlin.android") version '1.9.10' apply false
}

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

sonar {
properties {
property "sonar.projectKey", "Pixee-Bot-Java_Cemiuiler"
property "sonar.organization", "open-source-contributor-via-pixeebot-java"
property "sonar.host.url", "https://sonarcloud.io"
}
}

tasks.register('clean', Delete) {
delete rootProject.layout.buildDirectory
}
Expand Down

0 comments on commit 33fc262

Please sign in to comment.