rewrite-spring
rewrite-spring copied to clipboard
2.4-2.5: Gradle Default jar and war Tasks
Release Notes
The Spring Boot Gradle Plugin no longer automatically disables the standard Gradle jar and war tasks. Instead we now apply a classifier to those tasks.
If you prefer to disable those tasks, the reference documentation includes updated examples.
Condition
- Gradle is used
- Spring Boot Gradle Plugin is declared
Description
The Spring Boot Gradle Plugin no longer automatically disables the standard Gradle
jarandwartasks. Instead we now apply aclassifierto those tasks.If you prefer to disable those tasks, the reference documentation includes updated examples.