Skip to content
This repository was archived by the owner on May 13, 2021. It is now read-only.

Commit

Permalink
Update buildscript to 1.8.9
Browse files Browse the repository at this point in the history
- Upgradle
- Include JEI in workspace
  • Loading branch information
TehNut committed Jan 14, 2016
1 parent f8b19d5 commit f31a435
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ if (new File(projectDir, '.git').exists())

repositories {
maven { url "http://mobiusstrip.eu/maven" }
maven { url "http://dvs1.progwml6.com/files/maven" }
}

dependencies {
compile "org.projectlombok:lombok:1.16.4"
compile ("mcp.mobius.waila:Waila:${waila_version}_${mc_version}:dev") {
exclude group: 'mcp.mobius.waila'
}
deobfCompile "mezz.jei:jei_${mc_version}:${jei_version}"
deobfCompile "mcp.mobius.waila:Waila:${waila_version}_1.8.8"
}

minecraft {
Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
mod_name=ResourcefulCrops
package_group=info.tehnut.resourcefulcrops
mod_version=1.1.0
mc_version=1.8.8
mc_version=1.8.9
forge_version=latest
curse_id=232365
mappings_version=snapshot_20151209

jei_version=2.15.0.70
waila_version=1.6.0-B3
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.9-bin.zip

0 comments on commit f31a435

Please sign in to comment.