mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-03 05:30:55 +00:00
22 lines
411 B
Plaintext
22 lines
411 B
Plaintext
rootProject.name = "foundation"
|
|
|
|
pluginManagement {
|
|
repositories {
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
maven(url = "https://gitlab.com/api/v4/projects/42873094/packages/maven")
|
|
}
|
|
}
|
|
|
|
include(
|
|
":common-all",
|
|
":common-plugin",
|
|
":common-heimdall",
|
|
":foundation-core",
|
|
":foundation-shared",
|
|
":foundation-bifrost",
|
|
":foundation-chaos",
|
|
":foundation-heimdall",
|
|
":tool-gjallarhorn",
|
|
)
|