Skip to content

Commit

Permalink
Gradle build script changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslanys committed Oct 28, 2017
1 parent 9b0913d commit 18a4145
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ jar {
manifest {
attributes("Implementation-Version": version)
}
archiveName = rootProject.name + ".jar"
}

springBoot {
bootRepackage {
executable = true
}

0 comments on commit 18a4145

Please sign in to comment.