Skip to content

Releases: marklogic/ml-gradle

2.7.3

22 May 02:33

Choose a tag to compare

Fixed issue - #198 - mlNewProject wasn't using updated properties like mlAppName when generating scaffolding.

Skipped 2.7.2 because accidentally published this version of ml-gradle before finishing fixing 198.

2.7.1

21 May 12:26

Choose a tag to compare

Fixed #197 - "mlNewProject" was generating a build.gradle file with ml-gradle applied before the properties plugin.

2.7.0

10 May 21:25

Choose a tag to compare

Issues: https://github.com/marklogic-community/ml-gradle/issues?q=is%3Aclosed+milestone%3A2.7.0

Highlights:

2.6.0

13 Mar 00:45

Choose a tag to compare

Highlights of issues resolved in this release:

2.5.0

06 Jan 19:34

Choose a tag to compare

2.4.0

28 Oct 22:00

Choose a tag to compare

See issues at https://github.com/rjrudin/ml-gradle/issues?q=is%3Aclosed+milestone%3A2.4.0

Highlights:

  • New tasks for importing/exporting qconsole workspaces
  • New task for waiting for a task server to be empty
  • New task for deleting a collection
  • Amps can now be properly undeployed
  • Scaffolding provides a more comprehensive set of roles

Also see the following issues for the dependent libraries:

2.3.4

27 Sep 17:17

Choose a tag to compare

No changes to ml-gradle, just depending on version 2.3.1 of ml-app-deployer, which addresses the following issues:

https://github.com/rjrudin/ml-app-deployer/issues?q=is%3Aclosed+milestone%3A2.3.1

2.3.3

21 Aug 12:10

Choose a tag to compare

Patch release that updates support for mlcp and corb2:

  • #122 All mlcp arguments supported by MlcpBean can now be set as Gradle task properties
  • #125 Now supports CoRB 2.3.2

2.3.2

14 Aug 17:49

Choose a tag to compare

Issues:

  • #116 mlDeploy now processes all database files under ml-config/databases

2.3.1

04 Aug 13:29

Choose a tag to compare

Issues:

  • #119 Finally figured out how to quiet down Jersey logging that shows up when loading modules with info-level logging on. Not a bug in ml-gradle, but worth a new release.