Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.

Commit 18bd77d

Browse files
author
Jason van Zyl
committed
We can't switch to Java7 yet while Maven still needs to run on Java6
1 parent 3cf855c commit 18bd77d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ limitations under the License.
6969
</systemProperties>
7070
</configuration>
7171
</plugin>
72+
<!--
73+
74+
This should not be Java7 while Maven still officially supports 1.6
75+
7276
<plugin>
7377
<groupId>org.apache.maven.plugins</groupId>
7478
<artifactId>maven-enforcer-plugin</artifactId>
@@ -89,6 +93,7 @@ limitations under the License.
8993
</execution>
9094
</executions>
9195
</plugin>
96+
-->
9297
</plugins>
9398
</build>
9499
</project>

0 commit comments

Comments
 (0)