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

Commit d168639

Browse files
authored
Add release property for java 11. (#11)
Signed-off-by: Nikolay Chakarov <[email protected]>
1 parent 72b6af4 commit d168639

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,11 @@
124124
<plugin>
125125
<groupId>org.apache.maven.plugins</groupId>
126126
<artifactId>maven-compiler-plugin</artifactId>
127-
<version>3.6.0</version>
127+
<version>3.8.0</version>
128128
<configuration>
129129
<source>1.8</source>
130130
<target>1.8</target>
131+
<release>11</release>
131132
</configuration>
132133
</plugin>
133134

0 commit comments

Comments
 (0)