systems.archide.scanuploader/settings.gradle

9 lines
166 B
Groovy
Raw Normal View History

2024-08-15 17:21:55 +00:00
pluginManagement {
repositories {
gradlePluginPortal()
if (settings.hasProperty("repo"))
maven {
url repo
}
}
}