Skip to content

Commit

Permalink
Migrate to JGitVer
Browse files Browse the repository at this point in the history
  • Loading branch information
ihostage committed Aug 10, 2023
1 parent 93c83e4 commit b9d6715
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 6 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
import fr.brouillard.oss.jgitver.Strategies.MAVEN
import java.time.Duration

val projectVersion: String by project

plugins {
id("io.github.gradle-nexus.publish-plugin") version "1.3.0"
id("fr.brouillard.oss.gradle.jgitver") version "0.9.1"
}

allprojects {
group = "org.taymyr.lagom"
version = projectVersion
repositories {
mavenCentral()
}
}

jgitver {
strategy(MAVEN)
}

nexusPublishing {
packageGroup.set("org.taymyr")
clientTimeout.set(Duration.ofMinutes(60))
Expand Down
2 changes: 0 additions & 2 deletions gradle.properties

This file was deleted.

2 changes: 1 addition & 1 deletion java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object Versions {
const val jacoco = "0.8.2"
const val jackson = "2.9.7"
const val elasticsearch = "7.16.2"
const val testcontainers = "1.16.2"
const val testcontainers = "1.18.3"
}

val lagomVersion = project.properties["lagomVersion"] as String? ?: Versions.lagom
Expand Down

0 comments on commit b9d6715

Please sign in to comment.