Files
2026-03-05 19:45:50 +08:00

20 lines
313 B
Groovy

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