]> git.lizzy.rs Git - LightOverlay.git/blob - settings.gradle
Migrate to using the architect plugin
[LightOverlay.git] / settings.gradle
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
13 rootProject.name = "light-overlay"
14
15 include("common")
16 include("fabric")
17 include("forge")
18