Skip to content

Commit 00e8e46

Browse files
committed
Replace jar gradle task with bootJar task
1 parent 2bd6957 commit 00e8e46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

complete/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ apply plugin: 'idea'
1313
apply plugin: 'org.springframework.boot'
1414
apply plugin: 'io.spring.dependency-management'
1515

16-
jar {
16+
bootJar {
1717
baseName = 'gs-rest-service'
1818
version = '0.1.0'
1919
}

initial/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ apply plugin: 'idea'
1313
apply plugin: 'org.springframework.boot'
1414
apply plugin: 'io.spring.dependency-management'
1515

16-
jar {
16+
bootJar {
1717
baseName = 'gs-rest-service'
1818
version = '0.1.0'
1919
}

0 commit comments

Comments
 (0)