Skip to content

Commit

Permalink
Introduce Gradle-based build
Browse files Browse the repository at this point in the history
 - 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
  • Loading branch information
cbeams committed Jan 31, 2012
1 parent 3798626 commit f79c514
Show file tree
Hide file tree
Showing 120 changed files with 869 additions and 6,049 deletions.
19 changes: 13 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,16 @@ integration-repo
ivy-cache
jxl.log
jmx.log
org.springframework.jdbc/derby.log
org.springframework.spring-parent/.classpath
org.springframework.spring-parent/.project
org.springframework.test/test-output/
target
spring-build/lib/docbook
spring-jdbc/derby.log
spring-test/test-output/
.gradle
build
.classpath
.project
argfile*

# IDEA metadata and output dirs
*.iml
*.ipr
*.iws
out
Binary file added .wrapper/gradle-wrapper.jar
Binary file not shown.
6 changes: 6 additions & 0 deletions .wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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
Loading

0 comments on commit f79c514

Please sign in to comment.