jb 0.3.0 jb: ^0.3.0 copied to clipboard
JBuild front-end. A modern Java build system that leverages Dartle to make building Java projects easy.
0.3.0 #
- Support for YAML imports.
- Added config
java-env
,run-java-env
andtest-java-env
for setting environment variables. - Removed build dependency on freezed.
0.2.0 #
- Fixed detecting
--main-class
argument torun
task when it's the first argument. - Added documentation for most code.
- Detect when user selects JUnit tests explicitly to avoid passing
--scan-classpath
option. - Updated embedded jbuild.jar with several fixes.
- #6 Support for properties in YAML files.
- Print a success message at the end of a build.
- Better output of
dependencies
task.
0.1.0 #
- Initial version.