Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Investigate and possibly fix the Javadoc warning during the build #41

Open
rwanderc opened this issue Feb 27, 2021 · 0 comments
Open

Investigate and possibly fix the Javadoc warning during the build #41

rwanderc opened this issue Feb 27, 2021 · 0 comments
Labels
good first issue Good for newcomers

Comments

@rwanderc
Copy link
Contributor

This warning occurs when building the lib module (at least in java8; not sure if that happens in other versions).

Javadoc Warnings
warning: unknown enum constant When.MAYBE
reason: class file for javax.annotation.meta.When not found

According to this link, it needs a library, but it's not intended to introduce this lib (and eventually force it as a dependency in projects using MultiRabbit) only to fix the Javadoc warning during the build. But also it does not work in test scope.

        <dependency>
            <groupId>com.google.code.findbugs</groupId>
            <artifactId>jsr305</artifactId>
            <version>3.0.2</version>
        </dependency>
@rwanderc rwanderc added the good first issue Good for newcomers label Feb 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers
Development

No branches or pull requests

1 participant