Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add task "shadowJarExecutable" to generate self-running ktlint jar. (#…
…515) This task behaves similar to https://github.com/brianm/really-executable-jars-maven-plugin maven plugin - it creates unix runnable file, that executes ktlint-all.jar without need of additional shell script. Generated file could be checked by executing `ktlint/build/run/ktlint --help` command. Signed-off-by: Yahor Berdnikau <[email protected]>
- Loading branch information