Skip to content
This repository was archived by the owner on May 22, 2024. It is now read-only.

Commit 5de5362

Browse files
committed
Remove JDK11 specific compiler configuration.
1 parent b6c43d1 commit 5de5362

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,6 @@
4949
</dependencies>
5050
<build>
5151
<plugins>
52-
<plugin>
53-
<artifactId>maven-compiler-plugin</artifactId>
54-
<version>3.8.0</version>
55-
<configuration>
56-
<source>11</source>
57-
<target>11</target>
58-
</configuration>
59-
</plugin>
6052
<plugin>
6153
<artifactId>maven-surefire-plugin</artifactId>
6254
<version>2.22.1</version>

0 commit comments

Comments
 (0)