settings.gradle 349 B

123456789101112131415161718
  1. pluginManagement {
  2. repositories {
  3. jcenter()
  4. maven {
  5. name = 'Fabric'
  6. url = 'https://maven.fabricmc.net/'
  7. }
  8. maven { url "https://dl.bintray.com/shedaniel/cloth" }
  9. gradlePluginPortal()
  10. }
  11. }
  12. rootProject.name = "light-overlay"
  13. include("common")
  14. include("fabric")
  15. include("forge")