1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-15 09:39:54 +00:00

Fix Gradle example for depending on CC:T

See #405
This commit is contained in:
SquidDev 2020-09-09 08:39:28 +01:00
parent 37f925de0a
commit 50473afea8

View File

@ -55,7 +55,7 @@ ## Using
on is present. on is present.
```groovy ```groovy
dependencies { repositories {
maven { url 'https://squiddev.cc/maven/' } maven { url 'https://squiddev.cc/maven/' }
} }