Features

  • 79 - TaskTools interface added which is accessible via ProjectOperations.getTasks(). Adds methods named, register, tasksize & whenNamed.

  • 78 - Make destination directory for AbstractScriptWrapperTask configurable.

Bugs

  • 80 fileOrNull causes stack overflow on Gradle 4.x.

Deprecations

  • ProjectOperations.file, ProjectOperations.fileOrNull & ProjectOperations.relativePath have been deprecated in favour or ProjectOperations.getFsOperations().file, ProjectOperations.getFsOperations().fileOrNull & ProjectOperations.getFsOperations().relativePath.

Other

  • {merge_request}85[!85] - Support for Apple Silicon M1 architecture detection. Thank you Marcin Erdmann!