add pluginManagement to settings.gradle to override gradle portal redirecting to defunct jcenter

This commit is contained in:
Jörg Prante 2022-11-07 21:54:23 +01:00
parent 27ed95793f
commit bcb4df4cce
2 changed files with 9 additions and 1 deletions

View file

@ -1,7 +1,7 @@
plugins {
id "de.marcphilipp.nexus-publish" version "0.4.0"
id "io.codearte.nexus-staging" version "0.21.1"
id "org.xbib.gradle.plugin.asciidoctor" version "2.5.2.1"
id "org.xbib.gradle.plugin.asciidoctor" version "2.5.2.2"
id "org.cyclonedx.bom" version "1.7.2"
id "com.github.spotbugs" version "5.0.13"
id "checkstyle"

View file

@ -1,3 +1,11 @@
pluginManagement {
repositories {
mavenLocal()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
versionCatalogs {
libs {