Skip to content

Commit 509ba30

Browse files
authored
Update build.gradle
1 parent 0150db7 commit 509ba30

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ plugins {
66
id "maven-publish"
77
}
88

9-
mainClassName = 'main.Main'
9+
application {
10+
mainClass = 'main.Main'
11+
}
1012

1113
group 'io.cloudquery'
1214
// x-release-please-start-version

0 commit comments

Comments
 (0)