~aleteoryx/fedimc

ref: 7c6c1560e95760af8287266656ce2077c874c172 fedimc/settings.gradle -rw-r--r-- 151 bytes
7c6c1560Aleteoryx rename to uplink 10 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
pluginManagement {
	repositories {
		maven {
			name = 'Fabric'
			url = 'https://maven.fabricmc.net/'
		}
		mavenCentral()
		gradlePluginPortal()
	}
}