-sonar
This commit is contained in:
+1
-6
@@ -24,8 +24,6 @@ include(":services:pcp-dynamic-plan-service")
|
||||
include(":services:spring-cloud-config-server")
|
||||
include(":services:pcp-srpring-boot-admin-server")
|
||||
|
||||
// include(":workers:worker-example")
|
||||
|
||||
pluginManagement {
|
||||
repositories {
|
||||
maven {
|
||||
@@ -33,9 +31,6 @@ pluginManagement {
|
||||
}
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
// maven {
|
||||
// url = uri("https://repo.nstart.local/repository/maven-proxy/")
|
||||
// }
|
||||
}
|
||||
|
||||
val versions_kotlin : String by settings
|
||||
@@ -59,7 +54,7 @@ pluginManagement {
|
||||
kotlin("plugin.lombok") version versions_kotlin
|
||||
id("org.springframework.boot") version versions_spring_boot
|
||||
id("io.spring.dependency-management") version versions_spring_dependency
|
||||
// id("org.sonarqube") version versions_sonarqube
|
||||
// //id("org.sonarqube") version versions_sonarqube
|
||||
// id("org.graalvm.buildtools.native") version versions_buildtools
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user