diff options
author | Martin Robertz <dream-master@gmx.net> | 2022-12-22 19:38:44 +0100 |
---|---|---|
committer | Martin Robertz <dream-master@gmx.net> | 2022-12-22 19:38:44 +0100 |
commit | 4b451a7dda6ebfc5fb1a712d5e820d6a20310fd8 (patch) | |
tree | 0d5351a23db981d9372674d452f68d01d548d4ba | |
parent | 6548c581c272542c52efe0fb662746c0d0c8b6c5 (diff) | |
download | GT5-Unofficial-4b451a7dda6ebfc5fb1a712d5e820d6a20310fd8.tar.gz GT5-Unofficial-4b451a7dda6ebfc5fb1a712d5e820d6a20310fd8.tar.bz2 GT5-Unofficial-4b451a7dda6ebfc5fb1a712d5e820d6a20310fd8.zip |
remove jitpack
-rw-r--r-- | repositories.gradle | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/repositories.gradle b/repositories.gradle index f28ebe6ac3..fdcc324225 100644 --- a/repositories.gradle +++ b/repositories.gradle @@ -25,7 +25,4 @@ repositories { includeGroup 'curse.maven' } } - maven { - url 'https://jitpack.io' - } } |