Skip to content
This repository has been archived by the owner on Nov 24, 2020. It is now read-only.

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
agowa338 committed Oct 3, 2015
1 parent aff0aca commit 092f2e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Expand Up @@ -88,10 +88,10 @@ dependencies {
//compile name: 'ForgeMultipart', version: "${config.minecraft_version}-${config.FMP_version}", ext: 'jar'
//compile name: 'CodeChickenLib', version: "${config.minecraft_version}-${config.CCLIB_version}", ext: 'jar'
//compile name: 'NotEnoughItems', version: "${config.NEI_version}", type: 'jar'
compile "mcp.mobius.waila:Waila:${config.WAILA_version}_${config.minecraft_version}:dev"
compile "mcp.mobius.waila:Waila:${config.waila_version}_${config.minecraft_version}:dev"
compile "codechicken:CodeChickenCore:${config.minecraft_version}-${config.ccc_version}:dev"
compile "codechicken:CodeChickenLib:${config.minecraft_version}-${config.CCLIB_version}:dev"
compile "codechicken:NotEnoughItems:${config.minecraft_version}-${config.NEI_version}:dev"
compile "codechicken:CodeChickenLib:${config.minecraft_version}-${config.cclib_version}:dev"
compile "codechicken:NotEnoughItems:${config.minecraft_version}-${config.nei_version}:dev"

// Dependencies that do not provide an easy way to grab them with Gradle must be included manually
// List of shame:
Expand Down

0 comments on commit 092f2e7

Please sign in to comment.