From 20cfffe8fa738482d07fbf72a7e59fbf05d671c5 Mon Sep 17 00:00:00 2001
From: dev-mlb <19797865+dev-mlb@users.noreply.github.com>
Date: Thu, 19 Dec 2024 15:26:47 -0500
Subject: [PATCH] fix pmd sourceEncoding parameter warning (#1025)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 38319c98df..34cab8372f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -889,7 +889,7 @@
xml
true
100
- ${project.build.sourceEncoding}
+ ${project.build.sourceEncoding}
${maven.compiler.target}