diff options
author | NotNite <hi@notnite.com> | 2023-06-20 15:09:55 -0400 |
---|---|---|
committer | NotNite <hi@notnite.com> | 2023-06-20 15:09:55 -0400 |
commit | 20692e21107a35f5f45651f655a6a564fc570007 (patch) | |
tree | 3177242a0dffb4361dcf7ab4592fed12c4ccfb77 /settings.gradle | |
download | gloppers-20692e21107a35f5f45651f655a6a564fc570007.tar.gz gloppers-20692e21107a35f5f45651f655a6a564fc570007.tar.bz2 gloppers-20692e21107a35f5f45651f655a6a564fc570007.zip |
Initial commit
Diffstat (limited to 'settings.gradle')
-rw-r--r-- | settings.gradle | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/settings.gradle b/settings.gradle new file mode 100644 index 0000000..f7854b3 --- /dev/null +++ b/settings.gradle @@ -0,0 +1,10 @@ +pluginManagement { + repositories { + maven { + name = "Fabric" + url = "https://maven.fabricmc.net/" + } + mavenCentral() + gradlePluginPortal() + } +} |