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/scriptcraft/settings.gradle.kts
TheBrokenRail e80e229efb
Some checks failed
ScriptCraft/pipeline/head There was a failure building this commit
Update Docs and Gradle
2020-06-01 17:32:20 -04:00

16 lines
311 B
Plaintext

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