diff options
author | Jason Mitchell <mitchej@gmail.com> | 2023-04-22 13:12:43 -0700 |
---|---|---|
committer | Jason Mitchell <mitchej@gmail.com> | 2023-04-22 13:12:43 -0700 |
commit | 17ca58a724858e3127ad7dced8c5febfbe697621 (patch) | |
tree | 71fd69b9510585330e7945f81f61032ffaab473e /repositories.gradle | |
parent | 08106244313a3b6b2e6744ac5dbc6898861ff858 (diff) | |
download | GT5-Unofficial-17ca58a724858e3127ad7dced8c5febfbe697621.tar.gz GT5-Unofficial-17ca58a724858e3127ad7dced8c5febfbe697621.tar.bz2 GT5-Unofficial-17ca58a724858e3127ad7dced8c5febfbe697621.zip |
Update BS & deps
Former-commit-id: 216b716f53ec8d2f252ea12f2d78bc03d70096c4
Diffstat (limited to 'repositories.gradle')
-rw-r--r-- | repositories.gradle | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/repositories.gradle b/repositories.gradle index 596dbd0df1..df71a2210d 100644 --- a/repositories.gradle +++ b/repositories.gradle @@ -22,18 +22,11 @@ repositories { artifact() } } - maven { - name = "ic2" - url = "http://maven2.ic2.player.to/" - metadataSources { - mavenPom() - artifact() - } - } maven { url "https://cursemaven.com" } maven { url = "https://jitpack.io" } + } |