Commit f8bfa84
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
701 | 701 | | |
702 | 702 | | |
703 | 703 | | |
704 | | - | |
705 | 704 | | |
706 | 705 | | |
707 | 706 | | |
| |||
0 commit comments