aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuuz <6596629+Juuxel@users.noreply.github.com>2022-09-22 10:50:34 +0300
committerJuuz <6596629+Juuxel@users.noreply.github.com>2022-09-22 10:50:34 +0300
commit4db8456b22b1903a69be6a23043d63360448ddb4 (patch)
tree0809f2ff863084d9505271375eb1b02025387692
parent152896ead869932e3f3f10c17f3ddc67cb449430 (diff)
downloadLibGui-4db8456b22b1903a69be6a23043d63360448ddb4.tar.gz
LibGui-4db8456b22b1903a69be6a23043d63360448ddb4.tar.bz2
LibGui-4db8456b22b1903a69be6a23043d63360448ddb4.zip
Remove Cotton repo from settings.gradle
LQF is on the plugin portal nowadays.
-rw-r--r--settings.gradle4
1 files changed, 0 insertions, 4 deletions
diff --git a/settings.gradle b/settings.gradle
index 4e731fa..d6015c6 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -4,10 +4,6 @@ pluginManagement {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
- maven {
- name = 'Cotton'
- url = 'https://server.bbkr.space/artifactory/libs-release'
- }
gradlePluginPortal()
}
}