This repository has been archived on 2023-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
ScriptCraft/examples/typescript/settings.gradle.kts
TheBrokenRail 9cc3eb2a88
All checks were successful
ScriptCraft/pipeline/head This commit looks good
Fix Build
2020-05-31 16:04:45 -04:00

14 lines
284 B
Plaintext

pluginManagement {
repositories {
jcenter()
maven {
name = "Fabric"
url = uri("https://maven.fabricmc.net/")
}
maven {
url = uri("https://maven.thebrokenrail.com/")
}
gradlePluginPortal()
}
}