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 <guian.gumpac@improving.com>
  • Loading branch information
GumpacG committed Sep 11, 2024
1 parent e4464cd commit d84eb68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion java/benchmarks/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
plugins {
// Apply the application plugin to add support for building a CLI application in Java.
id 'application'
id "com.google.osdetector" version "1.7.3"
}

repositories {
Expand All @@ -12,7 +13,7 @@ dependencies {
def releaseVersion = System.getenv("GLIDE_RELEASE_VERSION");

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

0 comments on commit d84eb68

Please sign in to comment.