You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2017/12/28 16:53:15 UTC

[sling-org-apache-sling-scripting-groovy] 03/06: use sling.java.version and set encoding

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 <ol...@apache.org>
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
"commits@sling.apache.org" <co...@sling.apache.org>.