Skip to content

Commit f8bfa84

Browse files
committed
Fix enforcer plugin failure in sonar profile on Java 8
The sonar profile was overriding jdk.version to 11, causing the maven-enforcer-plugin's requireJavaVersion rule to reject Java 8. Remove the override so the default jdk.version (1.8) is used.
1 parent eabf784 commit f8bfa84

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,6 @@
701701
</activation>
702702

703703
<properties>
704-
<jdk.version>11</jdk.version>
705704
<sonar-maven-plugin.version>3.9.1.2184</sonar-maven-plugin.version>
706705
</properties>
707706

0 commit comments

Comments
 (0)