From a8fa3387cc10449a72386b2c467690ff1e6488bf Mon Sep 17 00:00:00 2001 From: Nakul Joshi Date: Tue, 21 May 2024 17:28:31 -0700 Subject: [PATCH] Set the source encoding in the pom. This stops the following warning from being emitted in our logs: ``` [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent! ``` --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 272d29cf..e41a2de1 100644 --- a/pom.xml +++ b/pom.xml @@ -34,6 +34,7 @@ 2.25.11 + UTF-8