mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 07:13:28 +01:00
Fix minor messup in build.gradle
This commit is contained in:
parent
3e6a18729d
commit
5cea568bcb
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ dependencies {
|
|||
//compile "codechicken:NotEnoughItems:1.8-1.0.5.104:dev"
|
||||
|
||||
deobfCompile "mezz.jei:jei_1.9:3.3.3.197"
|
||||
compile file "lib/Rarmor.jar"
|
||||
compile files("lib/Rarmor.jar")
|
||||
}
|
||||
|
||||
processResources {
|
||||
|
|
Loading…
Reference in a new issue