BAEL-6894: Closing Java IO Streams

This commit is contained in:
Manfred
2023-08-28 17:15:12 +01:00
parent 17675c8775
commit 53f0aa07eb
2 changed files with 125 additions and 0 deletions
+7
View File
@@ -54,6 +54,13 @@
</resource>
</resources>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>11</source>
<target>11</target>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>