Skip to content

Commit d1c5225

Browse files
committed
[master] Updated to Java 11
1 parent ca974d5 commit d1c5225

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@
133133
<groupId>org.apache.maven.plugins</groupId>
134134
<artifactId>maven-compiler-plugin</artifactId>
135135
<configuration>
136-
<source>1.8</source>
137-
<target>1.8</target>
136+
<source>11</source>
137+
<target>11</target>
138138
<encoding>${project.build.sourceEncoding}</encoding>
139139
</configuration>
140140
</plugin>

0 commit comments

Comments
 (0)