-
Notifications
You must be signed in to change notification settings - Fork 41.7k
Closed
Labels
type: bugA general bugA general bugtype: regressionA regression from a previous releaseA regression from a previous release
Milestone
Description
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: bugA general bugA general bugtype: regressionA regression from a previous releaseA regression from a previous release