Deps are case sensitive
This commit is contained in:
parent
ebebba3282
commit
ec0fe82252
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ this repository will have to be rejected.
|
|||
add the following to your build.gradle file
|
||||
```
|
||||
dependencies {
|
||||
compile 'com.mod-buildcraft:BuildCraft:5.0.0.+'
|
||||
compile 'com.mod-buildcraft:buildcraft:5.0.0.+'
|
||||
}
|
||||
```
|
||||
where `5.0.0` is the desired version of BuildCraft
|
||||
|
|
Loading…
Reference in a new issue