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 d68ccc0 commit 1ccaeb3Copy full SHA for 1ccaeb3
agent-dse4/build.gradle
@@ -8,7 +8,7 @@ plugins {
8
}
9
10
application {
11
- mainClassName = "$mainClassName"
+ mainClass = "$mainClassName"
12
13
14
jar {
agent/build.gradle
@@ -18,6 +18,6 @@ dependencies {
18
19
// generate agent parameters documentation
20
21
- mainClassName = "com.datastax.oss.cdc.agent.AgentConfig"
+ mainClass = "com.datastax.oss.cdc.agent.AgentConfig"
22
23
0 commit comments