diff options
author | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2021-02-28 18:59:16 +0200 |
---|---|---|
committer | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2021-02-28 18:59:16 +0200 |
commit | f3b7ff521a61e4e646621721c02065e30a3c2de8 (patch) | |
tree | d461d1f09ba01a5b4be1c76b33642755a4937309 /settings.gradle | |
parent | 9f7d3f8d513c4848e5955980705996f0f23ba84c (diff) | |
download | LibGui-f3b7ff521a61e4e646621721c02065e30a3c2de8.tar.gz LibGui-f3b7ff521a61e4e646621721c02065e30a3c2de8.tar.bz2 LibGui-f3b7ff521a61e4e646621721c02065e30a3c2de8.zip |
Remove JCenter
Diffstat (limited to 'settings.gradle')
-rw-r--r-- | settings.gradle | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/settings.gradle b/settings.gradle index 36fe377..ecd1298 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,6 +1,5 @@ pluginManagement { repositories { - jcenter() maven { name = 'Fabric' url = 'https://maven.fabricmc.net/' |