Skip to content

Releases: rife2/bld

1.9.1

01 May 21:01
Compare
Choose a tag to compare
  • Fixed input stream not being inherited from current process for process operations.
  • Improved version number parsing to support qualifiers that look like numbers but with a leading 0.
  • Updated for JDK 22.

1.9.0

26 Feb 03:58
Compare
Choose a tag to compare
  • Improvements and clarifications to bld create commands
  • Improvements to vscode templates
  • Updated dependency versions in project templates

1.8.0

31 Jan 02:29
Compare
Choose a tag to compare
  • Provided scope dependencies are now stored in a separate directory and are only added to compile and test classpaths, but are not included for any runtime or distribution contexts
  • Improvements to IDEA templates
  • Updated dependency versions in project templates
  • Added TuxCare SecureChain Java repositories

1.7.5

20 Oct 21:27
Compare
Choose a tag to compare
  • Support for latest Gradle changes in snapshot metadata XML.
  • Support for JUnit 5.10.

1.7.4

10 Oct 20:17
Compare
Choose a tag to compare
  • regression fix for dependency version in project creation
  • added snapshot method to Project as a shorthand to create dependency with snapshot versions
  • updated RIFE2 version to 1.7.2 in the project creation

1.7.3

04 Oct 03:26
Compare
Choose a tag to compare
  • Fixes for Windows
  • Tweaks to project creation templates
  • Added repository aliases for GOOGLE and SONATYPE_RELEASE_LEGACY
  • Fix to VScode upgrade logic
  • Cleanups and improvements
  • Added ascii art
  • CI is now testing Linux, macOS and Windows

1.7.2

20 Aug 04:02
Compare
Choose a tag to compare

Regression fix for RunOperation possibly entering an endless loop.

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