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