I want to create a fat jar using gradle only with name, not include a version of the project.
I am using gradle 5.1 and spring boot 2.1.1.
I have tried the following solutions with no luck
- https://stackoverflow.com/a/53123771/8123983
 https://stackoverflow.com/a/31407245/8123983
Default jar name
project-0.0.1-SNAPSHOT.jarExpected jar name
project-xyz.jar