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

This commit is contained in:
Greg Turnquist 2016-11-30 10:06:01 -06:00
parent a4ebc5cc14
commit 22cdc2b3f5
No known key found for this signature in database
GPG Key ID: CB2FA4D512B5C413
2 changed files with 2 additions and 2 deletions

View File

@ -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-batch-processing'

View File

@ -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-batch-processing'