Skip to content

Commit

Permalink
Add SonarCloud to gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
n0F4x-player committed May 20, 2024
1 parent 9e1b784 commit 61713e7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins {
id 'java'
id "org.sonarqube" version "4.4.1.3373"
}

apply plugin: 'application'
Expand Down Expand Up @@ -31,3 +32,11 @@ mainClassName = "macaroni.Main"
dependencies {
testImplementation 'junit:junit:4.13.1'
}

sonar {
properties {
property "sonar.projectKey", "BME-MIT-IET_iet-hf-2024-sauna"
property "sonar.organization", "bme-mit-iet-org"
property "sonar.host.url", "https://sonarcloud.io"
}
}

0 comments on commit 61713e7

Please sign in to comment.