11 lines
255 B
Kotlin
11 lines
255 B
Kotlin
plugins {
|
|
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
|
|
}
|
|
rootProject.name = "planterette"
|
|
include("plt-build")
|
|
include("plt-build-wrapper")
|
|
include("plt-fetch")
|
|
include("plt-pkg")
|
|
include("plt-server")
|
|
include("plt-updated")
|