From 538436f2bd76f6aaff14f62cad8d06dbef53fb4e Mon Sep 17 00:00:00 2001
From: dgelessus <dgelessus@users.noreply.github.com>
Date: Wed, 3 Jul 2024 13:56:30 +0200
Subject: [PATCH] Set explicit source file encoding in parent pom.xml

Fixes Maven warnings about using the platform default encoding.
---
 tycho_build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tycho_build.gradle b/tycho_build.gradle
index ffab3da9..cb858224 100644
--- a/tycho_build.gradle
+++ b/tycho_build.gradle
@@ -474,6 +474,7 @@ def parentPom(artifactId) {"""\
 
 	<!-- this is the parent POM from which all modules inherit common settings -->
 	<properties>
+		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		<tycho-version>${tychoVersion}</tycho-version>
 	</properties>
 
-- 
GitLab