Updated gralde from 1.6-2.3, added Deps for later
This commit is contained in:
parent
6cb9e50345
commit
6f75bd48e0
5 changed files with 110 additions and 92 deletions
18
build.gradle
18
build.gradle
|
@ -25,6 +25,14 @@ repositories {
|
||||||
name = "ic2"
|
name = "ic2"
|
||||||
url = "http://maven.ic2.player.to/"
|
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()
|
def ENV = System.getenv()
|
||||||
|
@ -51,6 +59,11 @@ classes.dependsOn deleteOldArtifacts
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'net.industrial-craft:industrialcraft-2:2.2.712-experimental:api'
|
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
|
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'
|
||||||
|
}
|
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Binary file not shown.
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -1,6 +1,6 @@
|
||||||
#Sat Nov 30 13:07:41 MST 2013
|
#Sun Apr 12 10:46:15 BST 2015
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
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
0
gradlew
vendored
Normal file → Executable file
Loading…
Reference in a new issue