-
Notifications
You must be signed in to change notification settings - Fork 41.6k
Closed
Description
While reviewing #30209, I noticed that bootWar is configured eagerly. This is due to querying the extension of its artifact:
Line 42 in 43ba80d
| if (this.currentArtifact == null || "war".equals(candidate.getExtension())) { |
currentArtifact will be non-null as the artifact for bootJar (created when the Java plugin is applied) will have already been added.
Metadata
Metadata
Assignees
Labels
type: bugA general bugA general bug