Skip to content
This repository was archived by the owner on Aug 4, 2025. It is now read-only.

Commit d931b92

Browse files
author
gserrano
committed
[service-mvc-kotlin] Fixing main class name to make executable jar.
1 parent bc524e6 commit d931b92

File tree

1 file changed

+1
-1
lines changed
  • service-mvc-kotlin/src/main/resources/archetype-resources

1 file changed

+1
-1
lines changed

service-mvc-kotlin/src/main/resources/archetype-resources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<description>Automatically generated description, fill me in!</description>
3434

3535
<properties>
36-
<ot.mainclass>${package}.Main</ot.mainclass>
36+
<ot.mainclass>${package}.MainKt</ot.mainclass>
3737
<dep.kotlin.version>1.4.10</dep.kotlin.version>
3838
<kotlin.code.style>official</kotlin.code.style>
3939
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>

0 commit comments

Comments
 (0)