mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Add more nullability annotations to build-plugin/spring-boot-gradle-plugin
See gh-46587
This commit is contained in:
+1
@@ -287,6 +287,7 @@ class BootZipCopyAction implements CopyAction {
|
||||
if (BootZipCopyAction.this.layerResolver != null) {
|
||||
Layer layer = BootZipCopyAction.this.layerResolver.getLayer(details);
|
||||
Assert.state(this.layerIndex != null, "'layerIndex' must not be null");
|
||||
Assert.state(layer != null, "'layer' must not be null");
|
||||
this.layerIndex.add(layer, name);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user