Merge branch '2.7.x'
This commit is contained in:
@@ -163,7 +163,6 @@ final class JavaPluginAction implements PluginApplicationAction {
|
||||
});
|
||||
}
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
private void configureArtifactPublication(TaskProvider<BootJar> bootJar) {
|
||||
this.singlePublishedArtifact.addJarCandidate(bootJar);
|
||||
}
|
||||
|
||||
@@ -105,7 +105,6 @@ class WarPluginAction implements PluginApplicationAction {
|
||||
.configure((buildImage) -> buildImage.getArchiveFile().set(bootWar.get().getArchiveFile()));
|
||||
}
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
private void configureArtifactPublication(TaskProvider<BootWar> bootWar) {
|
||||
this.singlePublishedArtifact.addWarCandidate(bootWar);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user