Commit ede5f99
committed
Explicitly enable annotation processing
Up to JDK 22, `-proc:full` (annotation processing + compilation) was
the default. From JDK 23 onward, the compiler uses `-proc:none` by
default. We must now explicitly pass `-proc:full` to enable
annotation processing.1 parent bedea78 commit ede5f99
File tree
1 file changed
+1
-0
lines changed- mbi/core/src/org/fedoraproject/mbi/tool/compiler
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| 163 | + | |
163 | 164 | | |
164 | 165 | | |
165 | 166 | | |
| |||
0 commit comments