pluginManagement { repositories { google() mavenCentral() gradlePluginPortal() } } dependencyResolutionManagement { repositories { maven { url uri(new File(rootDir, 'libs/repo')) } google() mavenCentral() } } rootProject.name = "httpdns_plugin"