Skip to content

Commit

Permalink
GEODE-9567: rename Redis compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ringles committed Oct 8, 2021
1 parent 3ffa414 commit 2a2f977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geode-benchmarks/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ dependencies {
}

if (VersionNumber.parse(geodeVersion) >= VersionNumber.parse("1.15.0.+")) {
runtimeOnly(group: 'org.apache.geode', name: 'geode-apis-compatible-with-redis')
runtimeOnly(group: 'org.apache.geode', name: 'geode-for-redis')
}

// Required for missing dependency on geode-core.
Expand Down

0 comments on commit 2a2f977

Please sign in to comment.