We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9432ace commit ab142e9Copy full SHA for ab142e9
1 file changed
it/clickhouse/build.gradle
@@ -29,6 +29,12 @@ ext.summary = "Integration test utilities for ClickHouse."
29
30
def clickhouse_java_client_version = "0.9.6"
31
32
+configurations.configureEach {
33
+ resolutionStrategy.capabilitiesResolution.withCapability("org.lz4:lz4-java") {
34
+ select("at.yawk.lz4:lz4-java:1.10.2")
35
+ }
36
+}
37
+
38
dependencies {
39
implementation project(path: ":it:common")
40
implementation project(path: ":it:testcontainers")
0 commit comments