2
0
Fork 0
mirror of https://github.com/ethauvin/rife2-hello.git synced 2025-04-24 23:17:13 -07:00
rife2-hello/settings.gradle.kts
2023-03-05 16:23:48 +01:00

10 lines
179 B
Kotlin

pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
}
includeBuild("build-logic")
}
rootProject.name = "hello"
include("app","war")