This repository has been archived on 2024-10-01. You can view files and clone it, but cannot push or open issues or pull requests.
emoji-chat/settings.gradle
Ashley Graves 732824f9a6
Some checks failed
build / build (21) (push) Failing after 14s
Initial commit
2024-09-29 21:24:49 +02:00

10 lines
No EOL
151 B
Groovy

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