RIPE-NCC / whois

RIPE Database whois code repository
Other
386 stars 96 forks source link

Skip harmless "No processor claimed any of these annotations" warning #1441

Closed eshryane closed 5 months ago

eshryane commented 5 months ago

There is a warning logged during Java compilation (i.e. mvn clean install):

[WARNING] No processor claimed any of these annotations:
/org.junit.jupiter.api.Tag,
/org.junit.jupiter.api.Test,
/org.junit.jupiter.api.BeforeEach,
/org.junit.jupiter.api.Disabled

These are harmless and can be ignored. Configure Xlint not to warn about it.