Releases: jpsacha/sbt-install4j
Releases · jpsacha/sbt-install4j
sbt-install4j v.1.5.0
New:
- Update default path for current release of Install4J v.10 (Issue #14)
Bug fix:
- Actually read environment variables
INSTALL4J_HOME
andINSTALL4JC_FILE
(Issue #17)
Full Changelog: v.1.4.0...v.1.5.0
sbt-install4j v.1.4.1
Update to use Install4J v.9 by default:
- Update default path for current release of Install4J: v.9 (Issue #14)
sbt-install4j v.1.3.1
Bugfix release addressing:
- Isssue #13:
install4jcFile
setting is not being passed correctly
sbt-install4j v.1.3.0
This is a major feature release, added support for build on multiple platforms and allowing extra parameters to be passed to the Install4J compiler:
- Add option to specify location of the install4j's command line compiler:
install4jcFile
(Issue #8) - Deprecate
install4jHomeDir
setting (Issue #9) - Add setting for passing additional command line parameters to the
install4jc
compiler (Issue #10) - Allow passing of command line options as arguments to
install4j
task (Issue #11) - Clarify that Apache 2.0 license is used (Issue #12)
sbt-install4j v.1.2.0
Using Install4J v.7 as default installer compiler.
sbt-install4j v.1.1.1
- Support SBT 1.0 #5
sbt-install4j v.1.1.0
- Moved to
autoPlugin
setup. - Using Install4J v.6 as default installer compiler.
sbt-install4j v.1.0.0
Initial release.