Skip to content

Commit 1ccaeb3

Browse files
committed
Update application mainClass property for all projects
1 parent d68ccc0 commit 1ccaeb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

agent-dse4/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
application {
11-
mainClassName = "$mainClassName"
11+
mainClass = "$mainClassName"
1212
}
1313

1414
jar {

agent/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ dependencies {
1818

1919
// generate agent parameters documentation
2020
application {
21-
mainClassName = "com.datastax.oss.cdc.agent.AgentConfig"
21+
mainClass = "com.datastax.oss.cdc.agent.AgentConfig"
2222
}
2323

0 commit comments

Comments
 (0)