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 7f1a623 commit 7d5e376
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions java/benchmarks/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ repositories {
dependencies {
def releaseVersion = System.getenv("GLIDE_RELEASE_VERSION");

if (releaseVersion) {
// if (releaseVersion) {
implementation "io.valkey:valkey-glide:" + releaseVersion
} else {
implementation project(':client')
}
// } else {
// implementation project(':client')
// }

// This dependency is used internally, and not exposed to consumers on their own compile classpath.
implementation 'com.google.guava:guava:32.1.1-jre'
Expand Down

0 comments on commit 7d5e376

Please sign in to comment.