mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-15 11:20:32 +01:00
25 lines
430 B
Plaintext
25 lines
430 B
Plaintext
|
pluginManagement {
|
||
|
repositories {
|
||
|
google()
|
||
|
mavenCentral()
|
||
|
gradlePluginPortal()
|
||
|
}
|
||
|
}
|
||
|
|
||
|
dependencyResolutionManagement {
|
||
|
versionCatalogs {
|
||
|
create("libs") {
|
||
|
from(files("libs.versions.toml"))
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
plugins {
|
||
|
id("org.gradle.toolchains.foojay-resolver-convention") version ("0.8.0")
|
||
|
}
|
||
|
|
||
|
rootProject.name = "gauguin"
|
||
|
|
||
|
include(":gauguin-app")
|
||
|
include(":gauguin-core")
|