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 b05d22b commit 6bba115Copy full SHA for 6bba115
agent/build.gradle
@@ -16,6 +16,11 @@ dependencies {
16
implementation("${pulsarGroup}:pulsar-client:${pulsarVersion}")
17
}
18
19
+test {
20
+ // see https://junit-pioneer.org/docs/environment-variables/#warnings-for-reflective-access
21
+ jvmArgs "--add-opens=java.base/java.util=ALL-UNNAMED"
22
+}
23
+
24
// generate agent parameters documentation
25
application {
26
mainClass = "com.datastax.oss.cdc.agent.AgentConfig"
0 commit comments