Search Gradle plugins

Version 2.2.4

2.2.4

Created 20 August 2020.

Project versioning based on semantic versioning via git tags

Add this plugin to your build using the plugins DSL:

plugins {
  id("io.wusa.semver-git-plugin") version "2.2.4"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("io.wusa:semver-git-plugin:2.2.4")
      }
    }
    
    apply(plugin = "io.wusa.semver-git-plugin")
  • Applying plugins to all subprojects .