Skip to content

Commit

Permalink
use java RC
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand committed Sep 19, 2024
1 parent 31731e8 commit 6989c05
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,21 +94,6 @@ jobs:
with:
version: "26.1"
repo-token: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/download-artifact@v4
with:
path: java/jars
merge-multiple: true
github-token: ${{ secrets.GITHUB_TOKEN }}
repository: valkey-io/valkey-glide
run-id: 10887052354
# https://github.com/valkey-io/valkey-glide/actions/runs/10887052354

- name: unpack RC
working-directory: java/jars
run: |
for file in bundle*.jar; do jar xf $file; done
tree .

- name: Build java client
working-directory: java
Expand Down
2 changes: 1 addition & 1 deletion java/integTest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {

dependencies {
// client
implementation files("../jars/valkey-glide-v1.1.0-rc1-${osdetector.classifier}.jar")
implementation group: 'io.valkey', name: 'valkey-glide', version: '1.1.0-rc1', classifier: osdetector.classifier

implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.13.0'

Expand Down

0 comments on commit 6989c05

Please sign in to comment.