]> git.lizzy.rs Git - LightOverlay.git/blob - settings.gradle
New module system
[LightOverlay.git] / settings.gradle
1 pluginManagement {
2     repositories {
3         jcenter()
4         maven {
5             name = 'Fabric'
6             url = 'https://maven.fabricmc.net/'
7         }
8         gradlePluginPortal()
9     }
10 }
11
12 rootProject.name="light-overlay"
13
14 include("fabric")
15 include("forge")