This repository has been archived on 2023-12-18. You can view files and clone it, but cannot push or open issues or pull requests.
mc-server-mod/settings.gradle

11 lines
200 B
Groovy
Raw Permalink Normal View History

2022-08-28 18:19:06 +02:00
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
}