mirror of
https://github.com/sigmasternchen/NurseBot
synced 2025-03-15 08:08:58 +00:00
I have no idea why we have encoding problems now
This commit is contained in:
parent
f32535fefa
commit
5ceb677e18
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ for file in $(ls ../build/NurseBot_lib); do
|
|||
done
|
||||
|
||||
echo "Building... "
|
||||
javac -cp "$CLASSPATH" -d ../bin/ $(find ./ -iname "*.java")
|
||||
javac -Dfile.encoding=UTF8 -cp "$CLASSPATH" -d ../bin/ $(find ./ -iname "*.java")
|
||||
if test ! $? = 0; then
|
||||
echo "... failed"
|
||||
exit $EXIT_COMPILE_FAILED
|
||||
|
|
Loading…
Reference in a new issue