Skip to content

setting JAVA_TOOL_OPTIONS is required before mvn build package #24

@matlads

Description

@matlads

I got this building

Reason: The system default encoding must be UTF-8 (add '-Dfile.encoding=UTF-8' the JVM command line). Current value=US-ASCII

The solution was to execute the following before building

export JAVA_TOOL_OPTIONS="-Dfile.encoding=UTF8"

Maybe the build pipeline could be adjusted to include this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions