diff options
author | Johann Bernhardt <johann.bernhardt@tum.de> | 2021-12-20 10:11:54 +0100 |
---|---|---|
committer | Johann Bernhardt <johann.bernhardt@tum.de> | 2021-12-20 10:11:54 +0100 |
commit | 5982596a37a5219654c0d097de709856a7ff1cee (patch) | |
tree | 9a96a486180a193d96c710d3d8a5e4b7fbc7f277 /repositories.gradle | |
parent | 735a7ca9a427d2e5c15f94aea4f61d9f1cada3b8 (diff) | |
download | GT5-Unofficial-5982596a37a5219654c0d097de709856a7ff1cee.tar.gz GT5-Unofficial-5982596a37a5219654c0d097de709856a7ff1cee.tar.bz2 GT5-Unofficial-5982596a37a5219654c0d097de709856a7ff1cee.zip |
Migrate to unified build script
Diffstat (limited to 'repositories.gradle')
-rw-r--r-- | repositories.gradle | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/repositories.gradle b/repositories.gradle new file mode 100644 index 0000000000..24a0214f4a --- /dev/null +++ b/repositories.gradle @@ -0,0 +1,15 @@ +// Add any additional repositories for your dependencies here + +repositories { + maven { + name = "ic2" + url = "https://maven.ic2.player.to/" + metadataSources { + mavenPom() + artifact() + } + } + maven { + url = "https://jitpack.io" + } +} |