Download gradle-enterprise-conventions plugin from "release" repo

See gh-27942
This commit is contained in:
Sam Brannen 2022-01-17 18:03:27 +01:00
parent 71f7469578
commit d02d5adb54
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
pluginManagement { pluginManagement {
repositories { repositories {
gradlePluginPortal() gradlePluginPortal()
maven { url "https://repo.spring.io/plugins-release" } maven { url "https://repo.spring.io/release" }
} }
} }