settings.gradle 297 B

1234567891011121314
  1. pluginManagement {
  2. repositories {
  3. jcenter()
  4. maven { url "https://maven.fabricmc.net/" }
  5. maven { url "https://dl.bintray.com/shedaniel/cloth" }
  6. gradlePluginPortal()
  7. }
  8. }
  9. include("common")
  10. include("fabric")
  11. include("forge")
  12. rootProject.name = "architectury"