mirror of
https://git.wmi.amu.edu.pl/s470664/WRSDv2.git
synced 2024-11-09 05:55:26 +01:00
17 lines
321 B
Groovy
17 lines
321 B
Groovy
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
rootProject.name = "WRSD"
|
|
include ':app'
|