Skip to content

Commit

Permalink
Merge pull request #4 from szymonprz/configure-automatic-versioning
Browse files Browse the repository at this point in the history
configure automatic versioning with jgitver
  • Loading branch information
szymonprz authored Aug 15, 2022
2 parents aafe407 + 0b54625 commit 4134ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ plugins {
kotlin("jvm") version "1.6.21"
kotlin("plugin.allopen") version "1.6.21"
id("io.quarkus")
id ("fr.brouillard.oss.gradle.jgitver") version "0.6.1"
}

repositories {
Expand All @@ -28,7 +29,6 @@ dependencies {
}

group = "pl.szymonprz"
version = "0.0.2-SNAPSHOT"

java {
sourceCompatibility = JavaVersion.VERSION_17
Expand Down

0 comments on commit 4134ada

Please sign in to comment.