18 lines
333 B
Plaintext
18 lines
333 B
Plaintext
dependencyResolutionManagement {
|
|
@Suppress("UnstableApiUsage")
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
}
|
|
|
|
plugins {
|
|
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
|
|
}
|
|
|
|
rootProject.name = "planterette"
|
|
|
|
include("plt")
|
|
include("libplt")
|
|
include("plt-build")
|
|
include("plt-fetch")
|
|
include("plt-pkg") |