Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
MIC-000 fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jkraml-staffbase committed Dec 20, 2023
1 parent 9423f07 commit d904d42
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
plugins {
java
id("com.palantir.git-version") version "0.15.0"
}

repositories {
Expand All @@ -26,8 +25,8 @@ dependencies {

val gitVersion: groovy.lang.Closure<Any> by extra

group = "com.staffbase.quartz-redis-jobstore"
version = gitVersion()
group = "com.staffbase"
version = "1.0.0-SNAPSHOT"

java.sourceCompatibility = JavaVersion.VERSION_1_8

Expand Down

0 comments on commit d904d42

Please sign in to comment.