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

pull/8619/head
AntsyLich 2 years ago committed by GitHub
parent a54d9912d0
commit 21a9bf2463
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save