We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
set the charset to utf-8
The text was updated successfully, but these errors were encountered:
fix: potential garbling
aac4bde
closes jpenilla#60
c19e09e
Before #61 being merged, I think you can do this as the workaround of this issue:
def testServerVersion = '1.20.1' tasks { runServer { minecraftVersion(testServerVersion) systemProperty("file.encoding", "UTF-8") // what #61 did } }
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
set the charset to utf-8
The text was updated successfully, but these errors were encountered: