Skip to content

Commit c574727

Browse files
committed
Source/target version is java 11
1 parent 989449e commit c574727

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@
8686
<artifactId>maven-compiler-plugin</artifactId>
8787
<version>3.11.0</version>
8888
<configuration>
89-
<source>1.8</source>
90-
<target>1.8</target>
89+
<source>11</source>
90+
<target>11</target>
9191
</configuration>
9292
</plugin>
9393

0 commit comments

Comments
 (0)