Skip to content

Commit

Permalink
ci: fix release version
Browse files Browse the repository at this point in the history
No longer set the version in the build.gradle.kts. Otherwise we cannot
override with the env var in CI.
  • Loading branch information
malandis committed Nov 1, 2024
1 parent 0c9bb2d commit 9666792
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ plugins {
}

group = "software.momento.java"
version = "0.1.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit 9666792

Please sign in to comment.