Skip to content

Support for main class detection in "gradle installApp" #1105

@sukrit007

Description

@sukrit007

Given : A Spring boot project (v1.1.1) integrated with gradle

When: I run

./gradlew clean build install

Then: My build fails with exception :

:startScripts FAILED
FAILURE: Build failed with an exception.
* What went wrong:
A problem was found with the configuration of task ':startScripts'.
> No value has been specified for property 'mainClassName'.

When: I change version of spring boot to 1.0.2 and run the same command

Then: My build passes and installs my application in build/install folder.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions