Browse Source

Upgrade plugin from spring-boot to o.s.boot

Greg Turnquist 7 years ago
parent
commit
c91f1cde10
No account linked to committer's email
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      complete/build.gradle
  2. 1
    1
      initial/build.gradle

+ 1
- 1
complete/build.gradle View File

10
 apply plugin: 'java'
10
 apply plugin: 'java'
11
 apply plugin: 'eclipse'
11
 apply plugin: 'eclipse'
12
 apply plugin: 'idea'
12
 apply plugin: 'idea'
13
-apply plugin: 'spring-boot'
13
+apply plugin: 'org.springframework.boot'
14
 
14
 
15
 jar {
15
 jar {
16
     baseName = 'gs-spring-boot'
16
     baseName = 'gs-spring-boot'

+ 1
- 1
initial/build.gradle View File

10
 apply plugin: 'java'
10
 apply plugin: 'java'
11
 apply plugin: 'eclipse'
11
 apply plugin: 'eclipse'
12
 apply plugin: 'idea'
12
 apply plugin: 'idea'
13
-apply plugin: 'spring-boot'
13
+apply plugin: 'org.springframework.boot'
14
 
14
 
15
 jar {
15
 jar {
16
     baseName = 'gs-spring-boot'
16
     baseName = 'gs-spring-boot'