Browse Source
Update the `LayersIndex` class to ensure that layers that do not contain content are still written. Closes gh-20858pull/20874/head
4 changed files with 5 additions and 3 deletions
1
spring-boot-project/spring-boot-tools/spring-boot-loader-tools/src/test/resources/org/springframework/boot/loader/tools/LayersIndexTests-writeToWhenLayerNotUsedSkipsLayer.txt → spring-boot-project/spring-boot-tools/spring-boot-loader-tools/src/test/resources/org/springframework/boot/loader/tools/LayersIndexTests-writeToWhenLayerNotUsedDoesNotSkipLayer.txt
1
spring-boot-project/spring-boot-tools/spring-boot-loader-tools/src/test/resources/org/springframework/boot/loader/tools/LayersIndexTests-writeToWhenLayerNotUsedSkipsLayer.txt → spring-boot-project/spring-boot-tools/spring-boot-loader-tools/src/test/resources/org/springframework/boot/loader/tools/LayersIndexTests-writeToWhenLayerNotUsedDoesNotSkipLayer.txt
@ -1,6 +1,7 @@ |
|||||||
- "a": |
- "a": |
||||||
- "a1" |
- "a1" |
||||||
- "a2" |
- "a2" |
||||||
|
- "b": |
||||||
- "c": |
- "c": |
||||||
- "c1" |
- "c1" |
||||||
- "c2" |
- "c2" |
||||||
Loading…
Reference in new issue