Upgrade plugin from spring-boot to o.s.boot
This commit is contained in:
parent
a4ebc5cc14
commit
22cdc2b3f5
@ -10,7 +10,7 @@ buildscript {
|
|||||||
apply plugin: 'java'
|
apply plugin: 'java'
|
||||||
apply plugin: 'eclipse'
|
apply plugin: 'eclipse'
|
||||||
apply plugin: 'idea'
|
apply plugin: 'idea'
|
||||||
apply plugin: 'spring-boot'
|
apply plugin: 'org.springframework.boot'
|
||||||
|
|
||||||
jar {
|
jar {
|
||||||
baseName = 'gs-batch-processing'
|
baseName = 'gs-batch-processing'
|
||||||
|
@ -10,7 +10,7 @@ buildscript {
|
|||||||
apply plugin: 'java'
|
apply plugin: 'java'
|
||||||
apply plugin: 'eclipse'
|
apply plugin: 'eclipse'
|
||||||
apply plugin: 'idea'
|
apply plugin: 'idea'
|
||||||
apply plugin: 'spring-boot'
|
apply plugin: 'org.springframework.boot'
|
||||||
|
|
||||||
jar {
|
jar {
|
||||||
baseName = 'gs-batch-processing'
|
baseName = 'gs-batch-processing'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user