We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50aeef2 commit 40f6156Copy full SHA for 40f6156
1 file changed
pom.xml
@@ -73,8 +73,8 @@
73
<artifactId>maven-compiler-plugin</artifactId>
74
<version>3.8.0</version>
75
<configuration>
76
- <source>1.8</source>
77
- <target>1.8</target>
+ <source>11</source>
+ <target>11</target>
78
<encoding>utf8</encoding>
79
</configuration>
80
</plugin>
0 commit comments