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/javascript/settings.gradle.kts

16 lines
337 B
Plaintext
Raw Permalink Normal View History

2020-05-31 17:25:16 +00:00
pluginManagement {
repositories {
jcenter()
maven {
name = "Fabric"
url = uri("https://maven.fabricmc.net/")
}
maven {
url = uri("https://maven.thebrokenrail.com/")
}
gradlePluginPortal()
}
}
2020-08-25 20:53:42 +00:00
rootProject.name = "scriptcraft-javascript-example"