Skip to content

Commit f9b4aa5

Browse files
committed
fix main class
1 parent f57a277 commit f9b4aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ val targetJvm: String by project
1212

1313

1414
application {
15-
mainClass.set("cloud.skadi.ApplicationKt")
15+
mainClass.set("cloud.skadi.gist.ApplicationKt")
1616
}
1717

1818
repositories {

0 commit comments

Comments
 (0)