Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
82cacf4e
Commit
82cacf4e
authored
Jun 17, 2014
by
Dave Syer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify main class finder functionality in Gradle plugin
See gh-1072
parent
0a3612da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
build-tool-plugins.adoc
spring-boot-docs/src/main/asciidoc/build-tool-plugins.adoc
+4
-1
No files found.
spring-boot-docs/src/main/asciidoc/build-tool-plugins.adoc
View file @
82cacf4e
...
@@ -451,7 +451,10 @@ The following configuration options are available:
...
@@ -451,7 +451,10 @@ The following configuration options are available:
|`
mainClass
`
|`
mainClass
`
|
The
main
class
that
should
be
run
.
If
not
specified
the
`
mainClassName
`
project
property
|
The
main
class
that
should
be
run
.
If
not
specified
the
`
mainClassName
`
project
property
will
be
used
or
,
if
the
no
`
mainClassName
`
id
defined
the
archive
will
be
searched
for
a
will
be
used
or
,
if
the
no
`
mainClassName
`
id
defined
the
archive
will
be
searched
for
a
suitable
class
.
suitable
class
.
"Suitable"
means
a
unique
class
with
a
well
-
formed
`
main
()`
method
(
if
more
than
one
is
found
the
build
will
fail
).
You
should
also
be
able
to
specify
the
main
class
name
via
the
"run"
task
(`
main
`
property
)
and
/
or
the
"startScripts"
(`
mainClassName
`
property
)
as
an
alternative
to
using
the
"springBoot"
configuration
.
|`
providedConfiguration
`
|`
providedConfiguration
`
|
The
name
of
the
provided
configuration
(
defaults
to
`
providedRuntime
`).
|
The
name
of
the
provided
configuration
(
defaults
to
`
providedRuntime
`).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment