add mavenCentral() to pluginManagement (#1690)

This commit is contained in:
Dmitry
2022-01-13 13:28:17 +03:00
committed by GitHub
parent a052f280d9
commit ac2d5157fb

View File

@@ -1,6 +1,7 @@
pluginManagement {
repositories {
gradlePluginPortal()
mavenCentral()
}
}