1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-26 07:03:22 +00:00

Optimise maven repository usage

Geesh, we get a lot of 404s against this.
This commit is contained in:
Jonathan Coates 2021-08-29 22:23:58 +01:00
parent 9e82209aab
commit c9397460a4
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06

View File

@ -26,7 +26,12 @@ ## Using
```groovy
repositories {
maven { url 'https://squiddev.cc/maven/' }
maven {
url 'https://squiddev.cc/maven/'
content {
includeGroup 'org.squiddev'
}
}
}
dependencies {