This repository has been archived on 2023-11-06. You can view files and clone it, but cannot push or open issues or pull requests.
better-world-info/settings.gradle
Liam 942d6c11a0
Some checks failed
build / build (17, windows-2022) (push) Waiting to run
build / build (17, ubuntu-22.04) (push) Failing after 2m38s
first commit
2023-11-04 17:39:26 +00:00

10 lines
151 B
Groovy

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