|
|
|
@ -1622,7 +1622,7 @@ bootRepackage { |
|
|
|
=== Create a non-executable JAR with exclusions |
|
|
|
=== Create a non-executable JAR with exclusions |
|
|
|
|
|
|
|
|
|
|
|
Often if you have an executable and a non-executable jar |
|
|
|
Often if you have an executable and a non-executable jar |
|
|
|
as biuld products, the executable version will have additional |
|
|
|
as build products, the executable version will have additional |
|
|
|
configuration files that are not needed in a library jar. E.g. the |
|
|
|
configuration files that are not needed in a library jar. E.g. the |
|
|
|
`application.yml` configuration file might excluded from the |
|
|
|
`application.yml` configuration file might excluded from the |
|
|
|
non-executable JAR. |
|
|
|
non-executable JAR. |
|
|
|
|