1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-01-06 07:20:30 +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 @@ dependency in your `mods.toml` file, with the appropriate version bounds, to ens
on is present.
```groovy
dependencies {
repositories {
maven { url 'https://squiddev.cc/maven/' }
}