Introduce Gradle-based build
- Use recent Gradle 1.0-milestone-8 snapshot - Add initial cut of build.gradle able to compile/test all modules - Update .gitignore - Generate Gradle wrapper scripts - Remove all Eclipse metadata files - Temporarily @Ignore tests that do not pass under Gradle
This commit is contained in:
BIN
.wrapper/gradle-wrapper.jar
Normal file
BIN
.wrapper/gradle-wrapper.jar
Normal file
Binary file not shown.
6
.wrapper/gradle-wrapper.properties
Normal file
6
.wrapper/gradle-wrapper.properties
Normal file
@@ -0,0 +1,6 @@
|
||||
#Fri Jan 13 16:50:40 CET 2012
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=http\://repo.gradle.org/gradle/distributions-snapshots/gradle-1.0-milestone-8-20120112000036+0100-bin.zip
|
||||
Reference in New Issue
Block a user