Replace jar gradle task with bootJar task
This commit is contained in:
parent
76a174acc9
commit
e8ac004972
@ -13,7 +13,7 @@ apply plugin: 'idea'
|
|||||||
apply plugin: 'org.springframework.boot'
|
apply plugin: 'org.springframework.boot'
|
||||||
apply plugin: 'io.spring.dependency-management'
|
apply plugin: 'io.spring.dependency-management'
|
||||||
|
|
||||||
jar {
|
bootJar {
|
||||||
baseName = 'gs-batch-processing'
|
baseName = 'gs-batch-processing'
|
||||||
version = '0.1.0'
|
version = '0.1.0'
|
||||||
}
|
}
|
||||||
|
@ -13,7 +13,7 @@ apply plugin: 'idea'
|
|||||||
apply plugin: 'org.springframework.boot'
|
apply plugin: 'org.springframework.boot'
|
||||||
apply plugin: 'io.spring.dependency-management'
|
apply plugin: 'io.spring.dependency-management'
|
||||||
|
|
||||||
jar {
|
bootJar {
|
||||||
baseName = 'gs-batch-processing'
|
baseName = 'gs-batch-processing'
|
||||||
version = '0.1.0'
|
version = '0.1.0'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user