Skip to content

Commit da10917

Browse files
committed
remove enforce bytecode now inherited from maven-parent
1 parent e033328 commit da10917

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

pom.xml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -526,23 +526,6 @@ under the License.
526526
</execution>
527527
</executions>
528528
</plugin>
529-
<plugin>
530-
<groupId>org.apache.maven.plugins</groupId>
531-
<artifactId>maven-enforcer-plugin</artifactId>
532-
<executions>
533-
<execution>
534-
<id>enforce-bytecode-version</id>
535-
<configuration>
536-
<rules>
537-
<enforceBytecodeVersion>
538-
<maxJdkVersion>${maven.compiler.target}</maxJdkVersion>
539-
</enforceBytecodeVersion>
540-
</rules>
541-
<fail>true</fail>
542-
</configuration>
543-
</execution>
544-
</executions>
545-
</plugin>
546529
</plugins>
547530
</build>
548531

0 commit comments

Comments
 (0)