Skip to content

Commit

Permalink
place holder project key
Browse files Browse the repository at this point in the history
  • Loading branch information
bhuridech committed Mar 23, 2024
1 parent 8236da3 commit 5053e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kbazaar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ task("test-it", type: Test) {
sonar {
properties {
property "sonar.gradle.skipCompile", "true"
property "sonar.projectKey", "aorjoa-bootcamp"
property "sonar.projectKey", "<group-id>"
property "sonar.token", System.getenv("SONAR_TOKEN")
property "sonar.host.url", System.getenv("SONAR_HOST_URL")
}
Expand Down

0 comments on commit 5053e26

Please sign in to comment.