diff --git a/settings.gradle b/settings.gradle index 0728c3f..08adb56 100644 --- a/settings.gradle +++ b/settings.gradle @@ -3,8 +3,10 @@ pluginManagement { google() mavenCentral() gradlePluginPortal() + maven { url 'https://jitpack.io' } } } + plugins { id 'org.gradle.toolchains.foojay-resolver-convention' version '1.0.0' } @@ -13,6 +15,7 @@ dependencyResolutionManagement { repositories { google() mavenCentral() + maven { url 'https://jetpack.io' } } }