We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0150db7 commit 509ba30Copy full SHA for 509ba30
1 file changed
build.gradle
@@ -6,7 +6,9 @@ plugins {
6
id "maven-publish"
7
}
8
9
-mainClassName = 'main.Main'
+application {
10
+ mainClass = 'main.Main'
11
+}
12
13
group 'io.cloudquery'
14
// x-release-please-start-version
0 commit comments