Skip to content

Commit f38a7cb

Browse files
committed
Update mainClassName to mainClass
1 parent e69e94b commit f38a7cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adapter/src/test/resources/sample-workspace/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ dependencies {
1616

1717
application {
1818
// Define the main class for the application.
19-
mainClassName = 'sample.workspace.AppKt'
19+
mainClass = 'sample.workspace.AppKt'
2020
}

0 commit comments

Comments
 (0)