Skip to content

Commit

Permalink
gradle updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jaquadro committed Apr 14, 2015
1 parent 4274675 commit 585ecc9
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@ buildscript {

apply plugin: 'forge'

version = "1.7.10-1.3.7"
version = "1.7.10-1.3.8"
group= "com.jaquadro.minecraft.storagedrawers" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "StorageDrawers"

minecraft {
version = "1.7.10-10.13.2.1307-1.7.10"
assetDir = "runtime/assets"
runDir = "runtime/assets"

runArgs = "-XX:MaxPermSize=256m"

replace '@VERSION@', project.version
}
Expand All @@ -43,6 +45,23 @@ sourceSets.api {
}
}

repositories {
maven {
name 'CB Maven FS'
url "http://chickenbones.net/maven/"
}

maven {
name "Waila Mobius Repo"
url "http://mobiusstrip.eu/maven"
}

maven {
name "FireBall API Depot"
url "http://dl.tsr.me/artifactory/libs-release-local"
}
}

dependencies {
// you may put jars on which you depend on in ./libs
// or you may define them like so..
Expand All @@ -59,7 +78,7 @@ dependencies {

// compile "appeng:appliedenergistics2:rv1-stable-1:api"

compile "appeng:appliedenergistics2:rv2-beta-28:dev"
compile "appeng:appliedenergistics2:rv2-beta-28:api"
}

processResources
Expand Down

0 comments on commit 585ecc9

Please sign in to comment.