Skip to content

emergentdotorg/semversa

Repository files navigation

semversa

Gradle plug-in to generate version information from the SCM branch.

Applying the plug-in

plugins {
   id("org.emergent.semversa") version "1.0.0"
}

Using the versioning info

version = project.extra["version"]

For a multi-module project, you will probably do:

allprojects {
    version = project.extra["version"]
}

About

Gradle plug-in to generate version information from the SCM branch (Git or Svn)

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages