File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,15 @@ buildscript {
33 mavenCentral()
44 }
55 dependencies {
6- classpath(" org.springframework.boot:spring-boot-gradle-plugin:1.5.10 .RELEASE" )
6+ classpath(" org.springframework.boot:spring-boot-gradle-plugin:2.0.0 .RELEASE" )
77 }
88}
99
1010apply plugin : ' java'
1111apply plugin : ' eclipse'
1212apply plugin : ' idea'
1313apply plugin : ' org.springframework.boot'
14+ apply plugin : ' io.spring.dependency-management'
1415
1516jar {
1617 baseName = ' gs-integration'
Original file line number Diff line number Diff line change 1010 <parent >
1111 <groupId >org.springframework.boot</groupId >
1212 <artifactId >spring-boot-starter-parent</artifactId >
13- <version >1.5.10 .RELEASE</version >
13+ <version >2.0.0 .RELEASE</version >
1414 </parent >
1515
1616 <properties >
Original file line number Diff line number Diff line change @@ -3,14 +3,15 @@ buildscript {
33 mavenCentral()
44 }
55 dependencies {
6- classpath(" org.springframework.boot:spring-boot-gradle-plugin:1.5.10 .RELEASE" )
6+ classpath(" org.springframework.boot:spring-boot-gradle-plugin:2.0.0 .RELEASE" )
77 }
88}
99
1010apply plugin : ' java'
1111apply plugin : ' eclipse'
1212apply plugin : ' idea'
1313apply plugin : ' org.springframework.boot'
14+ apply plugin : ' io.spring.dependency-management'
1415
1516jar {
1617 baseName = ' gs-integration'
Original file line number Diff line number Diff line change 1010 <parent >
1111 <groupId >org.springframework.boot</groupId >
1212 <artifactId >spring-boot-starter-parent</artifactId >
13- <version >1.5.10 .RELEASE</version >
13+ <version >2.0.0 .RELEASE</version >
1414 </parent >
1515
1616 <properties >
You can’t perform that action at this time.
0 commit comments