Skip to content

Commit

Permalink
upgrade axion-release to 1.18.16
Browse files Browse the repository at this point in the history
  • Loading branch information
pschichtel committed Dec 3, 2024
1 parent ef75b07 commit 5f1a093
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ target/
.settings/
build/
.gradle/
.kotlin/
5 changes: 4 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import pl.allegro.tech.build.axion.release.domain.PredefinedVersionCreator

plugins {
`maven-publish`
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
id("pl.allegro.tech.build.axion-release") version "1.17.2"
id("pl.allegro.tech.build.axion-release") version "1.18.16"
}

description = "JavaCAN is a binding to Linux' socketcan subsystem that feels native to Java developers."
Expand All @@ -14,6 +16,7 @@ scmVersion {
suffix = "SNAPSHOT"
separator = "-"
}
versionCreator = PredefinedVersionCreator.SIMPLE.versionCreator
}

val gitVersion: String = scmVersion.version
Expand Down

0 comments on commit 5f1a093

Please sign in to comment.