BAEL-5076 Unix domain socket in Java 16 (#11493)

* BAEL-5076 Unix domain socket in Java 16

* BAEL-5076 Unix domain socket in Java 16

* BAEL-5076 Unix domain socket in Java 16

* BAEL-5076 Unix domain socket in Java 16

Co-authored-by: krzysztof <kmajewski@berg.technology>
This commit is contained in:
Krzysztof Majewski
2021-11-26 18:06:20 +01:00
committed by GitHub
parent 9f1f4cbc07
commit 7a9a69bda3
7 changed files with 250 additions and 1 deletions

View File

@@ -64,6 +64,16 @@
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>16</source>
<target>16</target>
</configuration>
</plugin>
</plugins>
</build>
<properties>