Skip to content

Commit 0dc7533

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

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -147,15 +147,15 @@
147147
<build>
148148
<plugins>
149149

150-
<plugin>
151-
<groupId>org.apache.maven.plugins</groupId>
152-
<artifactId>maven-compiler-plugin</artifactId>
153-
<version>3.1</version>
154-
<configuration>
155-
<source>1.8</source>
156-
<target>1.8</target>
157-
</configuration>
158-
</plugin>
150+
<!-- <plugin>-->
151+
<!-- <groupId>org.apache.maven.plugins</groupId>-->
152+
<!-- <artifactId>maven-compiler-plugin</artifactId>-->
153+
<!-- <version>3.1</version>-->
154+
<!-- <configuration>-->
155+
<!-- <source>1.8</source>-->
156+
<!-- <target>1.8</target>-->
157+
<!-- </configuration>-->
158+
<!-- </plugin>-->
159159
<!--
160160
# Run tests and generate .xml reports
161161
mvn test

0 commit comments

Comments
 (0)