Skip to content

Commit

Permalink
[service-mvc-kotlin] Fixing main class name to make executable jar.
Browse files Browse the repository at this point in the history
  • Loading branch information
gserrano committed Oct 16, 2020
1 parent bc524e6 commit d931b92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<description>Automatically generated description, fill me in!</description>

<properties>
<ot.mainclass>${package}.Main</ot.mainclass>
<ot.mainclass>${package}.MainKt</ot.mainclass>
<dep.kotlin.version>1.4.10</dep.kotlin.version>
<kotlin.code.style>official</kotlin.code.style>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
Expand Down

0 comments on commit d931b92

Please sign in to comment.