Skip to content

Commit

Permalink
change build.gradle
Browse files Browse the repository at this point in the history
Signed-off-by: Chloe Yip <[email protected]>
  • Loading branch information
cyip10 committed Sep 9, 2024
1 parent 7d5e376 commit d0203a1
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:" + releaseVersion
implementation "io.valkey:valkey-glide:1.0.1"
// } else {
// implementation project(':client')
// }
Expand Down

0 comments on commit d0203a1

Please sign in to comment.