Update Sonarqube configuration
This commit is contained in:
@@ -1 +1,29 @@
|
||||
pluginManagement {
|
||||
plugins {
|
||||
}
|
||||
resolutionStrategy {
|
||||
}
|
||||
repositories {
|
||||
maven {
|
||||
name = "GitHubPackages"
|
||||
url = uri("https://maven.pkg.github.com/cimt-ag/convention-plugins")
|
||||
credentials(PasswordCredentials)
|
||||
}
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
dependencyResolutionManagement {
|
||||
repositories {
|
||||
maven {
|
||||
name = 'GitHubPackages'
|
||||
url = uri("https://maven.pkg.github.com/cimt-ag/version-catalog")
|
||||
credentials(PasswordCredentials)
|
||||
}
|
||||
}
|
||||
versionCatalogs {
|
||||
libs {
|
||||
from("de.cimt:version-catalog:1.0.0-SNAPSHOT")
|
||||
}
|
||||
}
|
||||
}
|
||||
rootProject.name="generations"
|
||||
|
||||
Reference in New Issue
Block a user