This repository has been archived on 2024-08-26. You can view files and clone it, but cannot push or open issues or pull requests.
Dominion/settings.gradle.kts

7 lines
80 B
Plaintext
Raw Normal View History

rootProject.name = "Dominion"
include(
"core",
"v1_20_1",
"v1_21"
)