blob: 55a4710e401a6510e6e34dd53bcf9da48f56abd6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
pluginManagement {
repositories {
jcenter()
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}
include ":LibGUI"
project(":LibGUI").projectDir = file("../")
|