Files
ncore-sample/settings.gradle

13 lines
290 B
Groovy

pluginManagement{
repositories {
mavenLocal()
maven {
def repo = getProperty("biz.redsoft.public.repo")
url repo
if (repo.contains("http:/"))
allowInsecureProtocol = true
}
}
}
rootProject.name = 'sample'