Skip to content

Commit

Permalink
Replace jar gradle task with bootJar task
Browse files Browse the repository at this point in the history
  • Loading branch information
gregturn committed Mar 6, 2018
1 parent 02747fc commit 187a325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion complete/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apply plugin: 'idea'
apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'

jar {
bootJar {
baseName = 'gs-async-method'
version = '0.1.0'
}
Expand Down
2 changes: 1 addition & 1 deletion initial/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apply plugin: 'idea'
apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'

jar {
bootJar {
baseName = 'gs-async-method'
version = '0.1.0'
}
Expand Down

0 comments on commit 187a325

Please sign in to comment.