graphql-java / java-dataloader

A Java 8 port of Facebook DataLoader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Won't compile on Windows (encoding issue)

etienne-sf opened this issue · comments

Hello,

I get compilation error when compiling java_dataloader from the windows command prompt.

To solve this, I added this line in the gradle.properties file :
org.gradle.jvmargs=-Dfile.encoding=UTF-8

Etienne