fixed typo in build.gradle
SonarQube Analysis / Build and Analyze (pull_request) Failing after 1m42s
SonarQube Analysis / Build and Analyze (pull_request) Failing after 1m42s
This commit is contained in:
@@ -2,7 +2,7 @@ plugins {
|
||||
java
|
||||
id("org.springframework.boot") version "4.1.0"
|
||||
id("io.spring.dependency-management") version "1.1.7"
|
||||
id "org.sonarqube" version "7.3.0.8198"
|
||||
id("org.sonarqube") version "7.3.0.8198"
|
||||
}
|
||||
|
||||
group = "com.vaessl"
|
||||
@@ -16,8 +16,8 @@ java {
|
||||
|
||||
sonar {
|
||||
properties {
|
||||
property "sonar.projectKey", "Vaessl"
|
||||
property "sonar.projectName", "Vaessl"
|
||||
property("sonar.projectKey", "Vaessl")
|
||||
property("sonar.projectName", "Vaessl")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user