Skip to content

Commit

Permalink
Basic gradle changes pre-1.7.10 work.
Browse files Browse the repository at this point in the history
  • Loading branch information
iChun committed Jul 12, 2014
1 parent 967058c commit e922b8d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@echo off
start gradlew build
start gradlew clean build
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ group= "morph" // http://maven.apache.org/guides/mini/guide-naming-conventions.h
archivesBaseName = "Morph-Beta"

minecraft {
version = "1.7.2-10.12.2.1128"
version = "1.7.10-10.13.0.1180"
assetDir = "eclipse/assets"
}
processResources
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sun Feb 23 03:46:26 SGT 2014
#Wed Jul 02 15:54:47 CDT 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.0-bin.zip

0 comments on commit e922b8d

Please sign in to comment.