openhab / static-code-analysis

Maven tooling for static code analysis
https://www.openhab.org/
Other
32 stars 21 forks source link

Fix compilerArguments deprecation warnings #454

Closed wborn closed 1 year ago

wborn commented 1 year ago

This fixes the following warnings:

[WARNING] Parameter 'compilerArguments' is deprecated: use {@link #compilerArgs} instead.

Related to openhab/openhab-core#3512