Releases: palantir/sls-packaging
Releases · palantir/sls-packaging
0.4.1
- Add
service/bin/config.sh
for easier end-user customization in non-managed environments - Support
javaHome
configuration option (and populate config.sh)
0.4.0
- Build with Gradle 2.10
0.3.4
- run task correctly respects
defaultJvmArgs
0.3.3
- add
console
option toinit.sh
to enable running the application in the foreground.
0.3.2
- use
enableManifestClasspath
to create a jar with a manifest containing build classpath to shorten classpath for Windows environments
0.3.1
- includes
${projectDir}/deployment/
in produced artifacts - excludes
${projectDir}/var/log
and${projectDir}/var/run
from produced artifacts - always renders project versions to strings
- set
defaultJvmOpts
in the distribution block
0.3.0
- Build with Gradle 2.8
0.2.0
- Build with Gradle 2.7
0.1.2
- Improvements to init.sh
- work correctly on Mac OS
- add restart option
- display PID in success states
- Removes unnecessary dependency on Guava
0.1.1
- Corrects the distributed init.sh script to automatically create var/log if it does not exist.