This is an automated email from the ASF dual-hosted git repository. bmarwell pushed a commit to branch MJMOD-29_enforcer_jdk8 in repository https://gitbox.apache.org/repos/asf/maven-jmod-plugin.git
commit 8e05f2950de7d8b67396f8b92325c6a2fbf6418c Author: Benjamin Marwell <[email protected]> AuthorDate: Sun Mar 3 14:26:54 2024 +0100 [MJMOD-29] update enforcer rule to Java 8 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 12b4d0d..ab52d72 100644 --- a/pom.xml +++ b/pom.xml @@ -129,7 +129,7 @@ <configuration> <rules> <enforceBytecodeVersion> - <maxJdkVersion>1.7</maxJdkVersion> + <maxJdkVersion>${maven.compiler.target}</maxJdkVersion> <excludes> <exclude>org.ow2.asm:asm</exclude> </excludes>
