сравнение TLE
This commit is contained in:
@@ -28,6 +28,9 @@ include(":services:pcp-srpring-boot-admin-server")
|
||||
|
||||
pluginManagement {
|
||||
repositories {
|
||||
maven {
|
||||
url = uri("https://repo.nstart.cloud/repository/maven-proxy/")
|
||||
}
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
maven {
|
||||
@@ -41,6 +44,14 @@ pluginManagement {
|
||||
val versions_sonarqube : String by settings
|
||||
val versions_buildtools : String by settings
|
||||
|
||||
resolutionStrategy {
|
||||
eachPlugin {
|
||||
if (requested.id.id == "org.sonarqube") {
|
||||
useModule("org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:$versions_sonarqube")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
kotlin("jvm") version versions_kotlin
|
||||
kotlin("plugin.spring") version versions_kotlin
|
||||
|
||||
Reference in New Issue
Block a user