Skip to content

Commit e5c20b2

Browse files
committed
Replace jar gradle task with bootJar task
1 parent d2399bb commit e5c20b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

complete/build.gradle

+1-1
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-accessing-data-mysql'
1818
version = '0.1.0'
1919
}

initial/build.gradle

+1-1
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-accessing-data-mysql'
1818
version = '0.1.0'
1919
}

0 commit comments

Comments
 (0)