Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 59f0bee

Browse files
committed
Updated gradle to 3.0
1 parent 102bbd2 commit 59f0bee

6 files changed

Lines changed: 33 additions & 28 deletions

File tree

gradle/ide.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
allprojects {
22
apply plugin: "idea"
3-
apply plugin: "eclipse"
3+
// apply plugin: "eclipse"
44
}
55

66
idea {

gradle/wrapper/gradle-wrapper.jar

-318 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 Jul 14 09:47:57 IST 2016
1+
#Wed Aug 31 22:00:06 CDT 2016
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-3.0-bin.zip

gradlew

Lines changed: 25 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

swagger-contract-tests/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ buildscript {
66
jcenter()
77
}
88
dependencies {
9+
classpath "io.spring.gradle:dependency-management-plugin:0.6.0.RELEASE"
910
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.3.6.RELEASE")
1011
}
1112
}

0 commit comments

Comments
 (0)