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