]> git.basschouten.com Git - openhab-addons.git/commit
Fix compilerArguments deprecation warnings (#15504)
authorWouter Born <github@maindrain.net>
Sun, 27 Aug 2023 11:45:36 +0000 (13:45 +0200)
committerGitHub <noreply@github.com>
Sun, 27 Aug 2023 11:45:36 +0000 (13:45 +0200)
commitd1a691498a07131c5cf70d471bc8f44a22866da6
tree1159b0b85fdf1e6d981b108691e28319a7535e66
parent7f389f8ce93f4138440bddcf49b439a1274eb682
Fix compilerArguments deprecation warnings (#15504)

This fixes the following warnings:

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

Related to openhab/openhab-core#3512

Signed-off-by: Wouter Born <github@maindrain.net>
pom.xml