Commit 0f2ddd64 authored by Andy Wilkinson's avatar Andy Wilkinson

Merge branch '2.3.x'

Closes gh-23423
parents fee1e3aa d06af28c
...@@ -147,6 +147,10 @@ include::../gradle/packaging/boot-jar-manifest-main-class.gradle[tags=main-class ...@@ -147,6 +147,10 @@ include::../gradle/packaging/boot-jar-manifest-main-class.gradle[tags=main-class
include::../gradle/packaging/boot-jar-manifest-main-class.gradle.kts[tags=main-class] include::../gradle/packaging/boot-jar-manifest-main-class.gradle.kts[tags=main-class]
---- ----
NOTE: If the main class is written in Kotlin, the name of the generated Java class should be used.
By default, this is the name of the Kotlin class with the `Kt` suffix added.
For example, `ExampleApplication` becomes `ExampleApplicationKt`.
If another name is defined using `@JvmName` then that name should be used.
[[packaging-executable-configuring-including-development-only-dependencies]] [[packaging-executable-configuring-including-development-only-dependencies]]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment