signal-cli
signal-cli copied to clipboard
Feature/aanno small gradle improvement
Dear AsamK,
here are some gradle build improvements that I found useful when using your great signal-cli:
- Provide a (maven) group for
signal-cliandlibfromgradle.properties - Provide the version for
signal-cliandlibfromgradle.properties - Pack a generated
pom.xmlwith both jars (the way it would be if the jars are generated with maven). This would help dependency management if the jars are used in other projects. - Provide a distribution zip and tar (with all dependencies packed). This will simply the use of
signal-clias user. - Add a 'Automatic-Module-Name' entry to the manifest. This is helpful if the jars are used as dependencies in a Java 11 module-system project.
- Add a 'Maven-Group' entry to the manifest.
Perhaps you find some of this suggestions useful.
Kind regards,
aanno