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

4 comments on commit d931b92

@opentable-devops
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Architecture Team / Java Platform / otj-spring-archetypes / BuildTest Build 173 is now running

@opentable-devops
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Architecture Team / Java Platform / otj-spring-archetypes / BuildTest Build 174 is now running

@opentable-devops
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Architecture Team / Java Platform / otj-spring-archetypes / BuildTest Build 173 outcome was SUCCESS
Summary: Running Build time: 00:03:32

@opentable-devops
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Architecture Team / Java Platform / otj-spring-archetypes / BuildTest Build 174 outcome was SUCCESS
Summary: Running Build time: 00:03:40

Please sign in to comment.