diff options
| author | Elis Eriksson <Spelis@duck.com> | 2025-08-20 13:50:09 +0200 |
|---|---|---|
| committer | Elis Eriksson <Spelis@duck.com> | 2025-08-20 13:50:09 +0200 |
| commit | 9e0fbda93c31fae950c473414362f307dd4dc79f (patch) | |
| tree | 3dbd8a8da6cee9f72e3f360300c4bbd415680c3e /settings.gradle | |
| download | valvesprint-9e0fbda93c31fae950c473414362f307dd4dc79f.tar valvesprint-9e0fbda93c31fae950c473414362f307dd4dc79f.tar.gz valvesprint-9e0fbda93c31fae950c473414362f307dd4dc79f.tar.bz2 valvesprint-9e0fbda93c31fae950c473414362f307dd4dc79f.tar.lz valvesprint-9e0fbda93c31fae950c473414362f307dd4dc79f.tar.xz valvesprint-9e0fbda93c31fae950c473414362f307dd4dc79f.tar.zst valvesprint-9e0fbda93c31fae950c473414362f307dd4dc79f.zip | |
Initial
Diffstat (limited to 'settings.gradle')
| -rw-r--r-- | settings.gradle | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/settings.gradle b/settings.gradle new file mode 100644 index 0000000..f91a4fe --- /dev/null +++ b/settings.gradle @@ -0,0 +1,9 @@ +pluginManagement { + repositories { + maven { + name = 'Fabric' + url = 'https://maven.fabricmc.net/' + } + gradlePluginPortal() + } +} |
