11 lines
237 B
Groovy
11 lines
237 B
Groovy
|
pluginManagement {
|
||
|
repositories {
|
||
|
mavenLocal()
|
||
|
maven {
|
||
|
url "https://nexus.gluonhq.com/nexus/content/repositories/releases"
|
||
|
}
|
||
|
gradlePluginPortal()
|
||
|
}
|
||
|
}
|
||
|
rootProject.name = "mDNS Explorer"
|