We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b798240 commit 0dc7533Copy full SHA for 0dc7533
pom.xml
@@ -147,15 +147,15 @@
147
<build>
148
<plugins>
149
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>
+<!-- <plugin>-->
+<!-- <groupId>org.apache.maven.plugins</groupId>-->
+<!-- <artifactId>maven-compiler-plugin</artifactId>-->
+<!-- <version>3.1</version>-->
+<!-- <configuration>-->
+<!-- <source>1.8</source>-->
+<!-- <target>1.8</target>-->
+<!-- </configuration>-->
+<!-- </plugin>-->
159
<!--
160
# Run tests and generate .xml reports
161
mvn test
0 commit comments