File tree Expand file tree Collapse file tree 4 files changed +3
-25
lines changed Expand file tree Collapse file tree 4 files changed +3
-25
lines changed Original file line number Diff line number Diff 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-
3228wrapper {
33- gradleVersion = 1.8
29+ gradleVersion = 1.10
3430}
Original file line number Diff line number Diff line change 1- # Thu Sep 26 00:39:07 JST 2013
1+ # Wed Jan 01 09:43:46 JST 2014
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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
Original file line number Diff line number Diff line change 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-
191rootProject. name = ' java_junit'
You can’t perform that action at this time.
0 commit comments