Releases: rife2/bld
Releases · rife2/bld
1.7.1
- Updated RIFE2 blueprint dependency version to 1.7.0.
- Wrapper fix to the default bld properties repositories.
- Fix to java agent options API.
- Added more methods to the JavaOptions API.
- Updated base project template to include repositories and sources download.
- Added support for
-args=""
arguments to theRunOperation
. - Added
PomBuilder.generatInto(File)
static helper method for convenient localpom.xml
generation.
1.7.0
- bld is now extracted to its own project repository
- bld now supports the
publish-local
command to always publish to your local Maven repo - bld
create
command now takes an additional project type argument, the previous create command has been renamed tocreate-rife2
- improvements to
.gitignore
project templates - bld now supports auto-downloading and updating snapshot versions of itself
- bld properties now support
bld.sourceDirectories
to include additional directories when compiling the build Java sources