Merge branch '3.0.x'

Closes gh-34073
This commit is contained in:
Moritz Halbritter 2023-02-06 11:54:58 +01:00
commit e0d8d528b7

View File

@ -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;