pluginManagement { repositories { gradlePluginPortal() google() mavenCentral() maven { url "https://plugins.gradle.org/m2/" } } } dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { google() mavenCentral() maven { url 'https://jitpack.io' } } } rootProject.name = "CatVodSpider" include ':app' include ':tools'