Skip to content

Commit 292c979

Browse files
Fixed build.
1 parent be3a791 commit 292c979

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

dd-java-agent/instrumentation/couchbase/couchbase-2.0/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,8 @@ dependencies {
5252
latestDepTestImplementation group: 'com.couchbase.client', name: 'java-client', version: '2.+'
5353
latestDepTestImplementation group: 'com.couchbase.client', name: 'encryption', version: '+'
5454
}
55+
56+
tasks.withType(Test).configureEach {
57+
// same setting as agent-tooling to avoid Byte Buddy/ConfigTransformSpockExtension failures on newer JDKs
58+
jvmArgs += ["-Dnet.bytebuddy.raw=true"]
59+
}

settings.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,6 @@ include(
241241
":dd-smoke-tests:springboot-jetty-jsp",
242242
":dd-smoke-tests:springboot-jpa",
243243
":dd-smoke-tests:springboot-mongo",
244-
":dd-smoke-tests:springboot-openliberty-20",
245-
":dd-smoke-tests:springboot-openliberty-23",
246244
":dd-smoke-tests:springboot-thymeleaf",
247245
":dd-smoke-tests:springboot-tomcat",
248246
":dd-smoke-tests:springboot-tomcat-jsp",
@@ -647,6 +645,8 @@ if (!skipLinuxArm64Tests) {
647645
include(
648646
":dd-java-agent:instrumentation:openai-java:openai-java-3.0",
649647
":dd-java-agent:instrumentation:mule-4.5",
648+
":dd-smoke-tests:springboot-openliberty-20",
649+
":dd-smoke-tests:springboot-openliberty-23",
650650
)
651651
}
652652
// Optional `akka-http-10.6` instrumentation (see BUILDING.md for how to enable it):

0 commit comments

Comments
 (0)