rewrite-spring icon indicating copy to clipboard operation
rewrite-spring copied to clipboard

2.4-2.5: Gradle Default jar and war Tasks

Open fabapp2 opened this issue 4 years ago • 0 comments

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 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.

fabapp2 avatar Jan 12 '22 15:01 fabapp2