-
Hey everyone, ` error: unknown tag: Spi FAILURE: Build failed with an exception.
Has anyone an idea how i could fix this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @tnolden which JDK version are you using? probably you hit this regression meanwhile you can skip the javadoc phase by adding |
Beta Was this translation helpful? Give feedback.
Hi @tnolden
which JDK version are you using?
probably you hit this regression
https://bugs.openjdk.org/browse/JDK-8222091
meanwhile you can skip the javadoc phase by adding
-x javadoc
when building the project