Replace jar gradle task with bootJar task

This commit is contained in:
Greg Turnquist 2018-03-05 23:21:18 -06:00
parent 76a174acc9
commit e8ac004972
No known key found for this signature in database
GPG Key ID: CB2FA4D512B5C413
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ apply plugin: 'idea'
apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'
jar {
bootJar {
baseName = 'gs-batch-processing'
version = '0.1.0'
}

View File

@ -13,7 +13,7 @@ apply plugin: 'idea'
apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'
jar {
bootJar {
baseName = 'gs-batch-processing'
version = '0.1.0'
}