From 1bc2233fd1e0a009e8fd8ee64d5fd06e9a8d95fe 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 470b915d..e9a9bcb0 100644 --- a/pom.xml +++ b/pom.xml @@ -34,6 +34,7 @@ 2.25.64 + UTF-8