diff options
author | Squibid <me@zacharyscheiman.com> | 2024-06-03 18:28:47 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2024-06-03 18:28:47 -0400 |
commit | bbb0d1d79f70fbfca377d1f2c4f558d35096a851 (patch) | |
tree | 759432ce3ef8a81352dcc14df473c8a605cc9c71 /settings.gradle | |
download | lnm-bbb0d1d79f70fbfca377d1f2c4f558d35096a851.tar.gz lnm-bbb0d1d79f70fbfca377d1f2c4f558d35096a851.tar.bz2 lnm-bbb0d1d79f70fbfca377d1f2c4f558d35096a851.zip |
init
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..75c4d72 --- /dev/null +++ b/settings.gradle @@ -0,0 +1,10 @@ +pluginManagement { + repositories { + maven { + name = 'Fabric' + url = 'https://maven.fabricmc.net/' + } + mavenCentral() + gradlePluginPortal() + } +}
\ No newline at end of file |