All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Resolve project.exec deprecation warnings by replacing with ExecOperations
- Upgrade to Gradle 8.11.1
- Simplify the path evaluation for docker
- Lazily evaluate dockerRun configuration
- Added privileged property to dockerRun configuration, allowing tasks to run with Docker's privileged mode.
- Initial release of the Gradle plugin.
- ContainerRunTask: Allows container run operations to be executed as Gradle tasks.
- Support for declaring Docker containers as task inputs and outputs.