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 4961615 commit 279fae0Copy full SHA for 279fae0
java-client/build.gradle.kts
@@ -31,6 +31,10 @@ plugins {
31
id("de.thetaphi.forbiddenapis") version "3.4"
32
}
33
34
+checkstyle {
35
+ toolVersion = "10.16.0"
36
+}
37
+
38
java {
39
targetCompatibility = JavaVersion.VERSION_1_8
40
sourceCompatibility = JavaVersion.VERSION_1_8
@@ -232,6 +236,8 @@ dependencies {
232
236
// https://www.testcontainers.org/
233
237
testImplementation("org.testcontainers", "testcontainers", "1.17.3")
234
238
testImplementation("org.testcontainers", "elasticsearch", "1.17.3")
239
+ // updating transitive dependency from testcontainers
240
+ testImplementation("org.apache.commons","commons-compress","1.26.1")
235
241
242
243
0 commit comments