123456789101112131415161718 |
- pluginManagement {
- repositories {
- jcenter()
- maven {
- name = 'Fabric'
- url = 'https://maven.fabricmc.net/'
- }
- maven { url "https://dl.bintray.com/shedaniel/cloth" }
- gradlePluginPortal()
- }
- }
- rootProject.name = "light-overlay"
- include("common")
- include("fabric")
- include("forge")
|