16 lines
379 B
Groovy
16 lines
379 B
Groovy
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
jcenter() // Warning: this repository is going to shut down soon
|
|
|
|
maven {
|
|
url "https://jitpack.io"
|
|
}
|
|
}
|
|
}
|
|
rootProject.name = "ILSA Enterprise"
|
|
include ':app'
|
|
include ':manufacturing'
|