Browse Source

Merge branch '2.7.x' into 3.0.x

Closes gh-34072
pull/34503/head
Moritz Halbritter 3 years ago
parent
commit
2e61acb979
  1. 1
      spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven/PropertiesMergingResourceTransformer.java

1
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven/PropertiesMergingResourceTransformer.java

@ -69,7 +69,6 @@ public class PropertiesMergingResourceTransformer implements ReproducibleResourc @@ -69,7 +69,6 @@ public class PropertiesMergingResourceTransformer implements ReproducibleResourc
throws IOException {
Properties properties = new Properties();
properties.load(inputStream);
inputStream.close();
properties.forEach((name, value) -> process((String) name, (String) value));
if (time > this.time) {
this.time = time;

Loading…
Cancel
Save