Skip to content

Commit

Permalink
Fix wrapper dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
calclavia committed Aug 29, 2015
1 parent 0530aa3 commit 490aad3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,15 @@ dependencies {
compile "nova.core:NovaCore:$novaVersion"
testCompile "nova.core:NovaCore:$novaVersion:wrappertests"
}

nova {
wrappers {
"17" {
wrapper "nova.wrapper.mc1710:NovaWrapper-MC1.7.10:0.1-SNAPSHOT:deobf"
wrapper "nova.core:NOVA-Core-Wrapper-MC1.7:$novaVersion"
runtime project(":minecraft:1.7")
}

"18" {
wrapper "nova.wrapper.mc18:NovaWrapper-MC1.8:0.1-SNAPSHOT:deobf"
wrapper "nova.core:NOVA-Core-Wrapper-MC1.8:$novaVersion"
runtime project(":minecraft:1.8")
}
}
Expand Down

0 comments on commit 490aad3

Please sign in to comment.