Skip to content
New issue

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

Terminal charset #60

Open
RTAkland opened this issue Jun 5, 2024 · 1 comment · May be fixed by #61
Open

Terminal charset #60

RTAkland opened this issue Jun 5, 2024 · 1 comment · May be fixed by #61

Comments

@RTAkland
Copy link

RTAkland commented Jun 5, 2024

set the charset to utf-8

SNWCreations added a commit to SNWCreations/run-task that referenced this issue Jul 3, 2024
SNWCreations added a commit to SNWCreations/run-task that referenced this issue Jul 3, 2024
@SNWCreations SNWCreations linked a pull request Jul 3, 2024 that will close this issue
@SNWCreations
Copy link

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
    }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants