Skip to content

Commit

Permalink
[CORE] Gradle Migration - Wrong Sonarqube Build....
Browse files Browse the repository at this point in the history
Signed-off-by: Wolfieheart <[email protected]>
  • Loading branch information
Wolfieheart committed Jan 4, 2025
1 parent 75c97bc commit 45949d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java'
id 'maven-publish'
id 'org.sonarqube' version '10.6'
id 'org.sonarqube' version '6.0.1.5171'
}

group = 'io.github.rypofalem.armorstandeditor'
Expand All @@ -15,12 +15,12 @@ java {
}
}

sonarqube {
sonar {
properties {
property "sonar.projectKey", "wolfieheart_ArmorStandEditor"
property "sonar.organization", "wolfieheart"
property "sonar.host.url", "https://sonarcloud.io"
property "sonar.login", System.getenv("SONAR_TOKEN")
property "sonar.token", System.getenv("SONAR_TOKEN")
}
}

Expand Down

0 comments on commit 45949d1

Please sign in to comment.