mirror of
https://github.com/alexbatalov/fallout2-ce.git
synced 2024-11-02 17:37:46 +00:00
17 lines
344 B
Groovy
17 lines
344 B
Groovy
|
pluginManagement {
|
||
|
repositories {
|
||
|
gradlePluginPortal()
|
||
|
google()
|
||
|
mavenCentral()
|
||
|
}
|
||
|
}
|
||
|
dependencyResolutionManagement {
|
||
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||
|
repositories {
|
||
|
google()
|
||
|
mavenCentral()
|
||
|
}
|
||
|
}
|
||
|
rootProject.name = "Fallout 2 Community Edition"
|
||
|
include ':app'
|