Skip to content

Commit

Permalink
Merge pull request #100 from tudortimi/use-jgitver-plugin-to-configur…
Browse files Browse the repository at this point in the history
…e-version

Switch to using `jgitver` plugin to extract version from Git
  • Loading branch information
tudortimi authored Jan 19, 2023
2 parents 2745f8d + e15318a commit 20a9365
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id("groovy")
id("maven-publish")
id("com.gradle.plugin-publish") version "0.20.0"
id("com.palantir.git-version") version "0.13.0"
id("fr.brouillard.oss.gradle.jgitver") version "0.9.1"
}

pluginBundle {
Expand All @@ -16,9 +16,6 @@ apply(from = "$rootDir/gradle/functional-test.gradle")

group = "com.verificationgentleman.gradle"

val gitVersion: groovy.lang.Closure<String> by extra
version = gitVersion()

gradlePlugin {
plugins {
create("systemverilog") {
Expand Down

0 comments on commit 20a9365

Please sign in to comment.