Skip to content

Commit 5f837b3

Browse files
author
Kit Plummer
committed
need the Linux binaries for CI
1 parent 30f065a commit 5f837b3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

java/library/build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,13 @@ dependencies {
6262
requireCapability('com.ditto:ditto-binaries-macos-arm64')
6363
}
6464
}
65+
66+
// Add binary dependencies for CI testing
67+
testImplementation('com.ditto:ditto-binaries:5.0.0-preview.1') {
68+
capabilities {
69+
requireCapability('com.ditto:ditto-binaries-linux-x86_64')
70+
}
71+
}
6572

6673
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.17.1'
6774
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.1'

0 commit comments

Comments
 (0)