Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Trunk
-
None
-
Window10
java version "1.8.0_101"
Description
I cann't build ofbiz when I run gradlew.
I found utf-8 should be the default character encoding used by the comipiling work.
eg.
def defaultEncoding = 'UTF-8'
tasks.withType(AbstractCompile).options.encoding = defaultEncoding
tasks.withType(GroovyCompile).groovyOptions.encoding = defaultEncoding
Attachments
Attachments
Issue Links
- relates to
-
OFBIZ-7938 testFopMacroLibrary fails on Windows
- Closed