mdns-explorer/settings.gradle

11 lines
237 B
Groovy
Raw Normal View History

2023-08-07 13:39:39 +00:00
pluginManagement {
repositories {
mavenLocal()
maven {
url "https://nexus.gluonhq.com/nexus/content/repositories/releases"
}
gradlePluginPortal()
}
}
rootProject.name = "mDNS Explorer"