Skip to content

Commit

Permalink
enforce-java [1.8, 1.9) not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Tibor17 committed Jan 6, 2022
1 parent 09c547c commit e969bef
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -719,32 +719,5 @@
</plugins>
</reporting>
</profile>
<profile>
<id>apache-release</id>
<build>
<!-- after Maven Compiler 3.8.1 is fixed, use maven.compiler.release, see SUREFIRE-1820 -->
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<executions>
<execution>
<id>enforce-java</id>
<goals>
<goal>enforce</goal>
</goals>
<configuration>
<rules combine.self="override">
<requireJavaVersion>
<version>[1.8, 1.9)</version>
</requireJavaVersion>
</rules>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>

0 comments on commit e969bef

Please sign in to comment.