We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8de62a commit 7c01c57Copy full SHA for 7c01c57
1 file changed
pom.xml
@@ -153,8 +153,7 @@
153
<artifactId>maven-compiler-plugin</artifactId>
154
<version>3.6.1</version>
155
<configuration>
156
- <source>11</source>
157
- <target>11</target>
+ <release>11</release>
158
<encoding>${project.build.sourceEncoding}</encoding>
159
<showDeprecation>true</showDeprecation>
160
<showWarnings>true</showWarnings>
0 commit comments