2
0
Fork 0
mirror of https://github.com/ethauvin/rife2-hello.git synced 2025-04-24 15:07:11 -07:00
rife2-hello/settings.gradle.kts

9 lines
147 B
Kotlin

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