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