We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 57269c7 + ede81bf commit 72052d6Copy full SHA for 72052d6
1 file changed
pom.xml
@@ -69,10 +69,11 @@
69
<plugin>
70
<groupId>org.apache.maven.plugins</groupId>
71
<artifactId>maven-compiler-plugin</artifactId>
72
- <version>3.1</version>
+ <version>3.8.0</version>
73
<configuration>
74
- <source>1.8</source>
75
- <target>1.8</target>
+ <release>11</release>
+ <source>11</source>
76
+ <target>11</target>
77
</configuration>
78
</plugin>
79
0 commit comments