Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

0.15.5 Release Notes

Bug Fix

  • Fix bug where snapshots would roll back to older versions without warning in child builds on Bamboo. Additionally, add log message for when that happens.

0.15.4 Release Notes

Bug Fix

  • Remove overlap between java source and resources directories which broke IntelliJ 2018.

0.15.3 Release Notes

UX Improvement

  • Using only -PsnapshotMode=true will declare Artifactory repos
  • More output during property loading
  • groupDependencyVersion no longer needed, never pass SNAPSHOT as version. source will work
  • Remove empty task log messages

Regressions

  • Require Gradle 4.9 or higher

0.15.1 Release Notes

API Removal

  • ihmc-ci library and plugin is removed from this project and is not automatically applied to projects
  • ihmc.convertJobNameToHyphenatedName has been removed and replaced by
    testSuites.convertJobNameToHyphenatedName (now provided only by ihmc-ci-plugin)

Migration

Please use the following code to get the old functionality:

...

languagegroovy

...

Refer to https://

...

github.

...

com/

...

0.14.0 Release Notes

Bug fix

  • Dependencies included in the build, but do not have "source" as their version, now keep their declared version instead of inheriting the parent's version

For example, if

  1. project-a has included the build project-b,
  2. project-a's version is 0.2,
  3. project-b's version is 1.0,
  4. project-a/build.gradle contains compile [...] name: project-b, version: 1.0,
    it is no longer the case that the IHMCDependenciesExtension would override 1.0 to 0.2 when passing the version to Gradle.

Quality improvements

...

ihmcrobotics/ihmc-build/releases