Skip to content

Commit

Permalink
Merge branch '2.0.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Oct 8, 2018
2 parents 749fa96 + 1f34da9 commit 3f1b3db
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ include::../gradle/packaging/spring-boot-dsl-main-class.gradle.kts[tags=main-cla


If the {application-plugin}[`application` plugin] has been applied its `mainClassName`
project property can be used for the same purpose:
project property must be configured and can be used for the same purpose:

[source,groovy,indent=0,subs="verbatim,attributes",role="primary"]
.Groovy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,6 @@ include::../gradle/publishing/maven-publish.gradle.kts[tags=publishing]
When the {application-plugin}[`application` plugin] is applied a distribution named
`boot` is created. This distribution contains the archive produced by the `bootJar` or
`bootWar` task and scripts to launch it on Unix-like platforms and Windows. Zip and tar
distributions can be built by the `bootDistZip` and `bootDistTar` tasks respectively.
distributions can be built by the `bootDistZip` and `bootDistTar` tasks respectively. To
use the `application` plugin, its `mainClassName` project property must be configured
with the name of your application's main class.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ include::../gradle/running/spring-boot-dsl-main-class-name.gradle.kts[tags=main-


If the {application-plugin}[`application` plugin] has been applied, its `mainClassName`
project property can be used for the same purpose:
project property must be configured and can be used for the same purpose:

[source,groovy,indent=0,subs="verbatim,attributes",role="primary"]
.Groovy
Expand Down

0 comments on commit 3f1b3db

Please sign in to comment.