blob: 36fe3775b371ee46fd007078a3a1e5bcece428bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
pluginManagement {
repositories {
jcenter()
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}
rootProject.name = 'LibGui'
include ':GuiTest'
|