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 @@
@@ -1,6 +1,7 @@
|
||||
- "a": |
||||
- "a1" |
||||
- "a2" |
||||
- "b": |
||||
- "c": |
||||
- "c1" |
||||
- "c2" |
||||
Loading…
Reference in new issue