Skip to content

Commit

Permalink
Merge pull request #105 from SpigotBasics/set-version-to-commit-hash
Browse files Browse the repository at this point in the history
Set version to git commit hash
  • Loading branch information
mfnalex authored Feb 10, 2024
2 parents 7f7da39 + 907bae5 commit 5db8382
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
@@ -1,6 +1,6 @@
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar

version = "0.0.4-SNAPSHOT"
version = "git-${getGitCommitHash()}"

plugins {
base
Expand Down

0 comments on commit 5db8382

Please sign in to comment.