From c6168e7f5c2a526239fe3b0ddce14e37fcaed9f7 Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Sat, 26 Aug 2023 16:58:02 +0200 Subject: [PATCH] Fix compilerArguments deprecation warnings 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 --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 783ca394..ca104f73 100644 --- a/pom.xml +++ b/pom.xml @@ -403,11 +403,11 @@ ${maven.plugin.compiler.version} eclipse - - CLASSPATH - ${project.build.directory}/dependency - + -annotationpath + CLASSPATH + -classpath + ${project.build.directory}/dependency -err:+nullAnnot(org.eclipse.jdt.annotation.Nullable|org.eclipse.jdt.annotation.NonNull|org.eclipse.jdt.annotation.NonNullByDefault),+inheritNullAnnot,+nullAnnotConflict,-nullUncheckedConversion -warn:+null,+inheritNullAnnot,+nullAnnotConflict,-nullUncheckedConversion,+nullAnnotRedundant,+nullDereference