gitversion-gradle-plugin

Gradle plugin able to generate project version from Git tag and revision

License

License

Categories

Categories

Gradle Build Tools Git Development Tools Version Controls
GroupId

GroupId

app.bondar.gradle.gitversion
ArtifactId

ArtifactId

git-version
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

gitversion-gradle-plugin
Gradle plugin able to generate project version from Git tag and revision
Project URL

Project URL

https://github.com/ab0ndar/gitversion-gradle-plugin
Source Code Management

Source Code Management

https://github.com/ab0ndar/gitversion-gradle-plugin

Download git-version

How to add to project

<!-- https://jarcasting.com/artifacts/app.bondar.gradle.gitversion/git-version/ -->
<dependency>
    <groupId>app.bondar.gradle.gitversion</groupId>
    <artifactId>git-version</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/app.bondar.gradle.gitversion/git-version/
implementation 'app.bondar.gradle.gitversion:git-version:1.0.0'
// https://jarcasting.com/artifacts/app.bondar.gradle.gitversion/git-version/
implementation ("app.bondar.gradle.gitversion:git-version:1.0.0")
'app.bondar.gradle.gitversion:git-version:jar:1.0.0'
<dependency org="app.bondar.gradle.gitversion" name="git-version" rev="1.0.0">
  <artifact name="git-version" type="jar" />
</dependency>
@Grapes(
@Grab(group='app.bondar.gradle.gitversion', module='git-version', version='1.0.0')
)
libraryDependencies += "app.bondar.gradle.gitversion" % "git-version" % "1.0.0"
[app.bondar.gradle.gitversion/git-version "1.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

build publish

gitversion-gradle-plugin

Calculate java project version based on git tag and revision

Versions

Version
1.0.0