Skip to content

Commit 5a16961

Browse files
committed
Merge pull request tddbc#11 from grimrose/pr/update-gradle-version
update gradle version
2 parents 073426a + 2c468b2 commit 5a16961

File tree

4 files changed

+3
-25
lines changed

4 files changed

+3
-25
lines changed

build.gradle

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ dependencies {
2525
testCompile 'org.hamcrest:hamcrest-all:1.3'
2626
}
2727

28-
task quickStart << {
29-
sourceSets*.allSource*.srcDirs.flatten().each { it.mkdirs() }
30-
}
31-
3228
wrapper {
33-
gradleVersion = 1.8
29+
gradleVersion = 1.10
3430
}

gradle/wrapper/gradle-wrapper.jar

43 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu Sep 26 00:39:07 JST 2013
1+
#Wed Jan 01 09:43:46 JST 2014
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=http\://services.gradle.org/distributions/gradle-1.8-bin.zip
6+
distributionUrl=http\://services.gradle.org/distributions/gradle-1.10-bin.zip

settings.gradle

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1 @@
1-
/*
2-
* This settings file was auto generated by the Gradle buildSetup task
3-
* by 'grimrose' at '13/09/26 0:39' with Gradle 1.8
4-
*
5-
* The settings file is used to specify which projects to include in your build.
6-
* In a single project build this file can be empty or even removed.
7-
*
8-
* Detailed information about configuring a multi-project build in Gradle can be found
9-
* in the user guide at http://gradle.org/docs/1.8/userguide/multi_project_builds.html
10-
*/
11-
12-
/*
13-
// To declare projects as part of a multi-project build use the 'include' method
14-
include 'shared'
15-
include 'api'
16-
include 'services:webservice'
17-
*/
18-
191
rootProject.name = 'java_junit'

0 commit comments

Comments
 (0)