This is an automated email from the ASF dual-hosted git repository. olli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-groovy.git
commit d36dee02559cb4825a361fe121ded799a12526cc Author: Oliver Lietz <[email protected]> AuthorDate: Thu Dec 28 17:27:59 2017 +0100 use sling.java.version and set encoding --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index e35e465..924f774 100644 --- a/pom.xml +++ b/pom.xml @@ -36,6 +36,9 @@ <properties> <groovy.version>2.4.9</groovy.version> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> + <sling.java.version>8</sling.java.version> </properties> <scm> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
