Skip to content

Commit cdb57c4

Browse files
shaileshmishrashaileshmishra
authored andcommitted
✅ initial commit
1 parent 0dc7533 commit cdb57c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,8 @@
252252
<artifactId>maven-compiler-plugin</artifactId>
253253
<version>${maven-compiler-plugin.version}</version>
254254
<configuration>
255-
<source>${java.version}</source>
256-
<target>${java.version}</target>
255+
<!-- <source>${java.version}</source>-->
256+
<!-- <target>${java.version}</target>-->
257257
<compilerArgument>-Xlint:all</compilerArgument>
258258
<showWarnings>true</showWarnings>
259259
<showDeprecation>true</showDeprecation>

0 commit comments

Comments
 (0)