aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle
blob: 7af9f6d311b18fbfee6264a212e496a7d8b7efbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
pluginManagement {
	repositories {
		maven {
			name = 'Fabric'
			url = 'https://maven.fabricmc.net/'
		}
		gradlePluginPortal()
	}
}

// Set the root project name so that the workspace folder name doesn't mess stuff up.
rootProject.name = "Iceberg"