Updated gralde from 1.6-2.3, added Deps for later

This commit is contained in:
modmuss50 2015-04-12 10:56:23 +01:00
parent 6cb9e50345
commit 6f75bd48e0
5 changed files with 110 additions and 92 deletions

View file

@ -25,6 +25,14 @@ repositories {
name = "ic2"
url = "http://maven.ic2.player.to/"
}
maven {
name "Mobius Repo"
url "http://mobiusstrip.eu/maven"
}
maven {
name 'CB Repo'
url "http://chickenbones.net/maven/"
}
}
def ENV = System.getenv()
@ -51,6 +59,11 @@ classes.dependsOn deleteOldArtifacts
dependencies {
compile 'net.industrial-craft:industrialcraft-2:2.2.712-experimental:api'
compile "codechicken:CodeChickenLib:1.7.10-1.1.3.127:dev"
compile "codechicken:CodeChickenCore:1.7.10-1.0.4.+:dev"
compile "codechicken:NotEnoughItems:1.7.10-1.0.4.+:dev"
compile "codechicken:ForgeMultipart:1.7.10-1.1.2.331:dev"
compile "mcp.mobius.waila:Waila:1.5.10_1.7.10:dev"
}
processResources
@ -154,3 +167,8 @@ uploadArchives {
}
}
}
task wrapper(type: Wrapper) {
//To update the wrapper change the version bellow then run: gradle wrapper
gradleVersion = '2.3'
}

Binary file not shown.

View file

@ -1,6 +1,6 @@
#Sat Nov 30 13:07:41 MST 2013
#Sun Apr 12 10:46:15 BST 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.3-bin.zip

0
gradlew vendored Normal file → Executable file
View file