Skip to content

Commit

Permalink
Add classifier for release artifact
Browse files Browse the repository at this point in the history
Signed-off-by: Guian Gumpac <[email protected]>
  • Loading branch information
GumpacG committed Sep 11, 2024
1 parent 8b99070 commit a992d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/benchmarks/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
def releaseVersion = System.getenv("GLIDE_RELEASE_VERSION");

// if (releaseVersion) {
implementation "io.valkey:valkey-glide:1.0.1"
implementation "io.valkey:valkey-glide:1.0.0:${osdetector.classifier}"
// } else {
// implementation project(':client')
// }
Expand Down

0 comments on commit a992d76

Please sign in to comment.