-
Couldn't load subscription status.
- Fork 41.6k
Closed
Labels
status: noteworthyA noteworthy issue to call out in the release notesA noteworthy issue to call out in the release notestype: enhancementA general enhancementA general enhancement
Milestone
Description
Following on from #14451, we could update the Gradle plugin to automatically create the developmentOnly configuration. This would remove the need for a user to define the custom configuration and adding DevTools in the recommended manner would become a one-line addition to the dependencies block:
developmentOnly 'org.springframework.boot:spring-boot-devtools'
Automatically creating the configuration would also mean that we'd know its name. This would hopefully allow us to exclude its dependencies from the classpath of the default BootJar and BootWar tasks, allowing us to deprecate the excludeDevtools property.
andersonkyle, kucharzyk, rashidi, BenICE and devunt
Metadata
Metadata
Assignees
Labels
status: noteworthyA noteworthy issue to call out in the release notesA noteworthy issue to call out in the release notestype: enhancementA general enhancementA general enhancement