Skip to content

Commit

Permalink
SHL-79 - Update gradle wrapper to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
markpollack committed Nov 15, 2012
1 parent 7e429fc commit 9ab78dd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ apply from: "$rootDir/maven.gradle"
apply plugin: 'docbook-reference' apply plugin: 'docbook-reference'
apply plugin: 'application' apply plugin: 'application'


[compileJava, compileTestJava]*.options*.compilerArgs = ["-Xlint:-serial"] [compileJava, compileTestJava]*.options*.compilerArgs = ["-Xlint:-serial", "-Xlint:unchecked", "-Xlint:rawtypes"]


dependencies { dependencies {
compile "org.springframework:spring-core:$springVersion" compile "org.springframework:spring-core:$springVersion"
Expand Down Expand Up @@ -59,7 +59,7 @@ javadoc {
] ]


links = [ links = [
"http://static.springframework.org/spring/docs/3.0.x/javadoc-api", "http://static.springframework.org/spring/docs/3.1.x/javadoc-api",
"http://download.oracle.com/javase/6/docs/api", "http://download.oracle.com/javase/6/docs/api",
] ]


Expand Down Expand Up @@ -191,7 +191,7 @@ artifacts {


task wrapper(type: Wrapper) { task wrapper(type: Wrapper) {
description = 'Generates gradlew[.bat] scripts' description = 'Generates gradlew[.bat] scripts'
gradleVersion = '1.0' gradleVersion = '1.2'
} }




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 Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sun Jul 01 21:12:28 EEST 2012 #Mon Nov 05 11:24:47 CST 2012
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.0-bin.zip distributionUrl=http\://services.gradle.org/distributions/gradle-1.2-bin.zip
4 changes: 2 additions & 2 deletions gradlew
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash


############################################################################## ##############################################################################
## ##
Expand Down Expand Up @@ -101,7 +101,7 @@ if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
warn "Could not set maximum file descriptor limit: $MAX_FD" warn "Could not set maximum file descriptor limit: $MAX_FD"
fi fi
else else
warn "Could not query businessSystem maximum file descriptor limit: $MAX_FD_LIMIT" warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
fi fi
fi fi


Expand Down

0 comments on commit 9ab78dd

Please sign in to comment.