systems.archide.core.vanuat.../settings.gradle

10 lines
173 B
Groovy
Raw Permalink Normal View History

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