aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle.kts
diff options
context:
space:
mode:
authorinyourwalls <inyourwalls@tutanota.com>2023-11-07 18:35:00 -0500
committerinyourwalls <inyourwalls@tutanota.com>2023-11-07 18:35:00 -0500
commit9a2907f253fee7598836633d4fe2c03651844786 (patch)
treed829ef360ba220b5d058c30b15b00100ff605ab2 /settings.gradle.kts
parent86a919f530c7990eecf1b98c3151941f39c7d4eb (diff)
hello, world
Diffstat (limited to '')
-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..75184d9
--- /dev/null
+++ b/settings.gradle.kts
@@ -0,0 +1,8 @@
+rootProject.name = "frank"
+pluginManagement {
+ repositories {
+ mavenCentral()
+ gradlePluginPortal()
+ maven("https://maven.fabricmc.net/")
+ }
+}