Skip to content

Releases: project-ncl/gradle-manipulator

1.1

12 Sep 12:46
@rnc rnc
Compare
Choose a tag to compare
1.1

Enhancements in this release

  • Updated documentation (#139)
  • Logging improvements both in filtering and display (primarily for use within PNC) (#140, #138, #133, #132)

Fixed in this release

  • Fix for path handling in model cache (#130)
  • Fix for Gradle property resolution on injected files (#131)
  • Fix for missing project artifactId (#134)
  • Fix for dependencyOverride functionality (#136)
  • Fix for ConcurrentModificationException ((#137)

1.0

12 Sep 12:41
@rnc rnc
Compare
Choose a tag to compare
1.0

Introduction

This a gradle plugin for integration with ProjectNCL to manipulate Gradle builds.

Implemented release

The following features were tested and implemented in this release:

  • Project version manipulation
  • Dependency manipulation
  • Artifact publishing integration with Indy
  • Repository extraction
  • Groovy scripting for non-generic modifications

0.1

29 May 11:42
@rnc rnc
Compare
Choose a tag to compare
0.1

Gradle Manipulator

This is the first release of the manipulation tool that is used in conjunction with https://github.com/project-ncl/pnc and https://github.com/project-ncl/repour to manipulate Gradle builds, analysing their version and dependencies to produce a manipulation.json. The second plugin, the manipulator then applies any changes from the JSON file during the build process.