Approval confirmation
Approval confirmation
Delete plugin confirmation
To confirm the plugin deletion insert pluginId and author name
Lars Grefer
io.freefair.git-version
PluginId
Author
io.freefair.git-version
Owner: Lars Grefer
Git Version Plugin
Version 8.11 (latest)
8.11
Created 16 November 2024.
This plugin sets your latest git tag as project version
Other versions
- 8.10.2
- 8.10
- 8.7.1
- 8.6
- 8.4
- 8.3
- 8.2.2
- 8.2.1
- 8.2.0
- 8.1.0
- 8.0.1
- 8.0.0
- 8.0.0-rc4
- 8.0.0-rc3
- 8.0.0-rc2
- 8.0.0-rc1
- 6.6.3
- 6.6.2
- 6.6.1
- 6.6
- 6.6-rc1
- 6.5.1
- 6.5.0.3
- 6.5.0.2
- 6.5.0.1
- 6.5.0
- 6.5.0-rc1
- 6.4.3.1
- 6.4.3
- 6.4.2
- 6.4.1
- 6.4.0
- 6.3.0
- 6.3.0-rc1
- 6.2.0
- 6.1.0
- 6.1.0-m3
- 6.1.0-m2
- 6.1.0-m1
- 6.0.0-m2
- 6.0.0-m1
- 5.3.3.3
- 5.3.3.2
- 5.3.2
- 5.3.0
- 5.2.1
- 5.2
- 5.1.1
- 5.1.0
- 5.0.1
- 5.0.0
- 5.0.0-rc6
- 5.0.0-rc4
- 5.0.0-rc2
- 4.1.6
- 4.1.5
- 4.1.4
- 4.1.3
- 4.1.2
- 4.1.1
- 4.1.0
- 4.0.2
- 4.0.1
- 4.0.0
- 3.8.4
- 3.8.3
- 3.8.2
- 3.8.1
- 3.8.0
- 3.7.5
- 3.7.4
- 3.7.3
- 3.7.2
- 3.7.1
- 2.5.11
- 2.5.10
- 2.5.9
- 2.5.8
- 2.5.7
- 2.5.6
- 2.5.5
- 2.5.4
- 2.5.3
- 2.5.2
- 2.5.0
- 2.5.0-rc3
- 2.5.0-rc2
- 2.5.0-rc1
- 2.4.3
- 2.4.2
- 2.4.1
- 2.3.1
- 2.3.0
- 2.2.1
- 2.1.1
- 2.1.0
- 2.1.0-rc6
- 2.1.0-rc5
- 2.1.0-rc4
- 2.1.0-rc3
- 2.1.0-rc2
- 2.0.2
- 2.0.1
- 1.0.0
- 0.10.1
- 0.10.0
- 0.9.12
- 0.9.11
- 0.9.10
- 0.9.9-test
- 0.9.9
- 0.9.8
- 0.9.7
- 0.9.7-maven
- 0.9.6
- 0.9.5
- 0.9.4
- 0.9.3
- 0.9.2
- 0.9.1
Using the plugins DSL:
plugins {
id("io.freefair.git-version") version "8.11"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("io.freefair.gradle:git-plugin:8.11")
}
}
apply(plugin = "io.freefair.git-version")
Using the plugins DSL:
plugins {
id "io.freefair.git-version" version "8.11"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "io.freefair.gradle:git-plugin:8.11"
}
}
apply plugin: "io.freefair.git-version"