Skip to content

Release v1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Aug 11:58
· 26 commits to root since this release
696bbbc

Gradle Plugins 1.2.0

This version adds a new plugin — the Docker plugin from the template repo.

Docker Plugin

This (relatively simple) plugin allows you to generate a Dockerfile based on a Kotlin DSL, centralising your project's configuration and allowing Docker to adapt to changes, such as renaming a Gradle project.

For more information, see the documentation. It is pretty long!


Commits (1)

  • 696bbb: Move Docker plugin over from the template repo