Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
anita-stanisz-sonarsource authored Dec 3, 2024
1 parent 7385016 commit 0576f5e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion project2/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
plugins {
id 'java'
id "org.sonarqube" version "3.4.0.2513"
id "org.sonarqube" version "6.0.1.5171"
}

sonar {
properties {
property "sonar.projectKey", "anita-stanisz-sonarsource_monorepo_test_project2"
property "sonar.organization", "anita-stanisz-sonarsource"
property "sonar.host.url", "https://dev6.sc-dev6.io"
}
}

0 comments on commit 0576f5e

Please sign in to comment.