fabric-exporter/settings.gradle
RuscalWorld 44cd47c96b
Migrate to Minecraft 1.19
Support of old Minecraft versions is dropped now
2022-07-01 00:13:21 +03:00

9 lines
177 B
Groovy

pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}