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