From 35ef74ad46fb20ab3a6099514d9d6c06d86304a0 Mon Sep 17 00:00:00 2001 From: CraftBukkit/Spigot Date: Wed, 28 Aug 2013 00:51:55 -0500 Subject: [PATCH] Add source encoding to the maven compiler plugin. This change adds the source encoding to the maven compiler plugin, which will strictly enforce build consistency on multiple platforms and address possible compilation issues on some of the source files. The source encoding unintuitively is system-specified by default. By: Wesley Wolfe --- paper-server/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/paper-server/pom.xml b/paper-server/pom.xml index a46ecbd95..e9fafd17e 100644 --- a/paper-server/pom.xml +++ b/paper-server/pom.xml @@ -280,6 +280,7 @@ 1.6 1.6 + ${project.build.sourceEncoding}