summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
authorBen Burwell <ben.burwell@trifecta.com>2016-11-19 16:50:33 -0500
committerBen Burwell <ben.burwell@trifecta.com>2016-11-19 16:50:33 -0500
commit4a7ae2831563622ebb4a1d893764afd0e0e0dfbe (patch)
tree15c0d0501bb49d95840513cd404c63eadcf295b4 /run.sh
parent7dc095c87ae62e02b1e36edabd5da8123766c6d3 (diff)
Add prediction
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/run.sh b/run.sh
index 531d3ea..d2dabf0 100755
--- a/run.sh
+++ b/run.sh
@@ -1,5 +1,7 @@
#!/bin/sh
+export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8
+
mkdir -p out/production/1090
javac -d out/production/1090 $(find src -name '*.java')
cd out/production/1090