1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-10-10 11:47:39 +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

View File

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