foundation/settings.gradle.kts

15 lines
256 B
Plaintext
Raw Normal View History

2021-12-19 02:05:59 +00:00
rootProject.name = "foundation"
2021-12-21 08:58:44 +00:00
2023-01-26 17:08:48 +00:00
pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
maven(url = "https://gitlab.com/api/v4/projects/42873094/packages/maven")
}
}
2021-12-21 08:58:44 +00:00
include(
":foundation-core",
":foundation-bifrost",
)