Add "jitpack" maven repo to pluginMangment (#8617)

This commit is contained in:
AntsyLich
2022-11-26 19:11:15 +06:00
committed by GitHub
parent a54d9912d0
commit 21a9bf2463

View File

@ -11,6 +11,7 @@ pluginManagement {
gradlePluginPortal()
google()
mavenCentral()
maven(url = "https://www.jitpack.io")
}
}