Skip to content

Commit

Permalink
fix: don't over complicate the version
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHillcox committed Dec 20, 2024
1 parent c9d3e9d commit 01f539a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subprocess/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def packageJson = new JsonSlurper().parse(file("../package.json"))
def appVersion = packageJson.version
assert appVersion != null && appVersion != "", "package.json must have a version field"

version = appVersion + "+${details.gitHash}-${branch}"
version = appVersion

repositories {
mavenLocal()
Expand Down

0 comments on commit 01f539a

Please sign in to comment.