Описание тега gradle-release-plugin

This refers to a release plugin of the build tool gradle.

The gradle release plugin manages the process of

  • ensuring a clean state of the working copy
  • setting the version to a non snapshot version
  • building the artifacts (through other tasks the release tasks depends on)
  • tagging this version in the version control system
  • increasing the version after the release