Skip to content

Commit

Permalink
Upgrade plugin from spring-boot to o.s.boot
Browse files Browse the repository at this point in the history
  • Loading branch information
gregturn committed Nov 30, 2016
1 parent ba00636 commit c7eb27e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion complete/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'idea'
apply plugin: 'spring-boot'
apply plugin: 'org.springframework.boot'

jar {
baseName = 'gs-rest-service'
Expand Down
2 changes: 1 addition & 1 deletion initial/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'idea'
apply plugin: 'spring-boot'
apply plugin: 'org.springframework.boot'

jar {
baseName = 'gs-rest-service'
Expand Down

0 comments on commit c7eb27e

Please sign in to comment.