Skip to content

Releases: rife2/bld

1.7.1

17 Aug 21:54
Compare
Choose a tag to compare
  • 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 the RunOperation.
  • Added PomBuilder.generatInto(File) static helper method for convenient local pom.xml generation.

1.7.0

12 May 20:16
Compare
Choose a tag to compare
  • 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 to create-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