Skip to content

Commit 3f85085

Browse files
committed
build: set maven compiler release version to 11
1 parent 834c64f commit 3f85085

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@
101101
<artifactId>maven-compiler-plugin</artifactId>
102102
<version>${maven-compiler-plugin.version}</version>
103103
<configuration>
104-
<source>1.8</source>
105-
<target>1.8</target>
104+
<release>11</release>
106105
</configuration>
107106
</plugin>
108107
<plugin>

0 commit comments

Comments
 (0)