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

View File

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