aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle.kts
diff options
context:
space:
mode:
authorinyourwalls <inyourwalls@tutanota.com>2024-01-25 02:30:39 -0500
committerinyourwalls <inyourwalls@tutanota.com>2024-01-25 02:30:39 -0500
commit4f6a91932b61c4e5a9ef3216c4989ca9b6294439 (patch)
tree2996d5e4265ad08f6dfbdd29ffb9969782f8e118 /settings.gradle.kts
init
Diffstat (limited to 'settings.gradle.kts')
-rw-r--r--settings.gradle.kts8
1 files changed, 8 insertions, 0 deletions
diff --git a/settings.gradle.kts b/settings.gradle.kts
new file mode 100644
index 0000000..50050dc
--- /dev/null
+++ b/settings.gradle.kts
@@ -0,0 +1,8 @@
+pluginManagement {
+ repositories {
+ gradlePluginPortal()
+ maven("https://maven.fabricmc.net/")
+ }
+}
+
+rootProject.name = "CustomLevelColour"