Skip to content

Commit 4c44e9b

Browse files
committed
Java 11 will be the officially supported lambda 6 compiler / language level
1 parent 2354044 commit 4c44e9b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
34
<modelVersion>4.0.0</modelVersion>
45

56
<parent>
@@ -91,8 +92,8 @@
9192
<artifactId>maven-compiler-plugin</artifactId>
9293
<version>${maven-compiler-plugin.version}</version>
9394
<configuration>
94-
<source>1.8</source>
95-
<target>1.8</target>
95+
<source>11</source>
96+
<target>11</target>
9697
<compilerArgs>
9798
<compilerArg>-Xlint:all</compilerArg>
9899
<compilerArg>-Werror</compilerArg>

0 commit comments

Comments
 (0)