Commit fce543d
committed
build(ucp-observability): configure compiler and javadoc plugins for Java 11
The root pom's javac-release profile forces --release 8 for all modules.
This module uses jdk.jfr which requires Java 11+, so both plugins need
an explicit override:
- maven-compiler-plugin: <release>11</release>
- maven-javadoc-plugin: <release>11</release>
Without the javadoc override the plugin inherits --release 8 from the
parent profile's @options file, causing javadoc generation to fail with
"package jdk.jfr does not exist".1 parent 4c2102e commit fce543d
1 file changed
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
52 | 68 | | |
53 | 69 | | |
54 | 70 | | |
| |||
0 commit comments