mirror of
https://github.com/Kurocon/projectivy-booru-wallpaper-provider.git
synced 2025-06-03 06:30:20 +00:00
19 lines
372 B
Plaintext
19 lines
372 B
Plaintext
pluginManagement {
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
|
|
rootProject.name = "Projectivy Booru Wallpaper Provider"
|
|
include(":booru")
|
|
include(":api")
|