Skip to content

Releases: project-ncl/gradle-manipulator

3.10

29 Nov 09:24
@rnc rnc
Compare
Choose a tag to compare

Fixes/Improvements in this release

  • Add OpenTelemetry Instrumentation (#424, #423)
  • Correct brackets during Dokka settings injection (#421)
  • Improve plugin handling with quotes and project referenced blocks (#422)

3.9

17 Oct 16:09
@rnc rnc
Compare
Choose a tag to compare
3.9

Fixes/Improvements in this release

  • Enhancements for plugin removal (#414, #415)
  • Support for removing multiple plugin configuration blocks (#412)
  • Make Dokka handling optional (#418, #419)
  • Update GitHub Actions (#416)

3.8

06 Oct 13:40
@rnc rnc
Compare
Choose a tag to compare
3.8

Fixes/Improvements in this release

  • Resolve issues with OpenTelemetry using archivesBaseName and lenient configurations (NCLSUP-751) (#411)
  • Override project version correctly (#410)
  • Expose SUPPORTED_PLUGINS for access by groovy scripting (#409)
  • Kotlin generation - avoid recursive configuration copying (#406)
  • Check Java formatting in CI workflow (#407)
  • Update gradle-build-action (#408)
  • Internal code improvements (#398, #399, #400, #401, #402, #403, #404, #405)

3.7

22 Jul 08:19
@rnc rnc
Compare
Choose a tag to compare
3.7

Fixes/Improvements in this release

  • Inline Dokka plugin and make the configruation version dependent (#389)
  • Ignore overrideTransitive if there is no dependencySource (#386)
  • Inherit all environment variables in CLI (#385)
  • Set originalVersion in sub-projects (#388)
  • Add support for Gradle 7.5 (#390)
  • Improved logging (#393, #392, #396, #394)
  • Avoid overwriting manifest if there are no changes (#391)
  • Improve JSON generation (#397)
  • Internal improvements (#395, #387)

3.6

01 Jul 09:07
@rnc rnc
Compare
Choose a tag to compare
3.6

Fixes/Improvements in this release

  • Add support for @Grab annotations in Groovy scripts (running in FIRST phase) (#379)
  • Add support for Gradle 7.4.2 (#381)
  • Fix for disabling version modification (#378)
  • Update to PME 4.8 (#377)

3.5

13 Apr 11:40
@rnc rnc
Compare
Choose a tag to compare
3.5

Fixes/Improvements in this release

  • Rewrite Gradle lockfile handling (#375)
    • This includes the optional addLenientLockMode feature.
  • Add support for removing nebula.publish-verification plugin (#375)
  • Improve handling for signing plugin (#371)
  • Use TaskAvoidance API for Manipulation plugin (#374)
  • Synchronise project tracking (#373)

3.4

21 Mar 10:42
@rnc rnc
Compare
Choose a tag to compare
3.4

Fixes in this release

  • Improved support for removing plugins (#369, #370)
  • Fix lockfile handling (#368)
  • Test/build improvements (#367)

3.3

08 Mar 09:55
@rnc rnc
Compare
Choose a tag to compare
3.3

Fixes/Changes in this release

  • Refactor and fix module handling for dependencyOverride. Drop dependencyExclusion as functionality is covered under dependencyOverride. (#365)
  • Improve documentation (#366)

3.2

15 Feb 15:47
@rnc rnc
Compare
Choose a tag to compare
3.2

Fixes in this Release

  • Handle force ResolutionStrategy (#364)

Enhancements in this Release

  • Add support for Gradle 7.3.3 / 7.4 (#363)

3.1.1

02 Feb 10:48
@rnc rnc
Compare
Choose a tag to compare

This version is primarily to solve a release deployment issue found in 3.1

Fixes in this release

  • CLI detect use in Repour when it renames the Jar. (#362)
  • Improved Plugin processing to ignore commented out lines (#361)
  • Fix broken SNAPSHOT builds (#359)