17 lines
306 B
Plaintext
17 lines
306 B
Plaintext
dependencyResolutionManagement {
|
|
@Suppress("UnstableApiUsage")
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
}
|
|
|
|
plugins {
|
|
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
|
|
}
|
|
|
|
include(":daemon")
|
|
include(":api")
|
|
include(":cli")
|
|
include(":gui")
|
|
|
|
rootProject.name = "planterette" |