Skip to content

Commit 7c01c57

Browse files
committed
Change from source, target to release in POM compiler
Signed-off-by: Gary O'Neall <gary@sourceauditor.com>
1 parent e8de62a commit 7c01c57

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,7 @@
153153
<artifactId>maven-compiler-plugin</artifactId>
154154
<version>3.6.1</version>
155155
<configuration>
156-
<source>11</source>
157-
<target>11</target>
156+
<release>11</release>
158157
<encoding>${project.build.sourceEncoding}</encoding>
159158
<showDeprecation>true</showDeprecation>
160159
<showWarnings>true</showWarnings>

0 commit comments

Comments
 (0)