bricks-mp/settings.gradle.kts

8 lines
273 B
Plaintext

rootProject.name = "bricks-mp"
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
pluginManagement {
repositories { google(); mavenCentral(); gradlePluginPortal() }
}
plugins { id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0" }
include(":shared")