Git Product home page Git Product logo

mache's People

Contributors

456dev avatar denwav avatar kennytv avatar lynxplay avatar mache-sculptor[bot] avatar machine-maker avatar minidigger avatar owen1212055 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mache's Issues

Failed to build for 23w51b

Failed to build for 23w51b. Please check the logs for more information. The automatic updating will be paused until this is closed

Gradle using wrong encoding

When I try to build the version it prints a weird error message:

> Task :versions:v1_20_6:compileJava
G:\projects\mache\versions\1.20.6\src\main\java\net\minecraft\ChatFormatting.java:40: error: unclosed character literal
    public static final char PREFIX_CODE = '§';
                                           ^
G:\projects\mache\versions\1.20.6\src\main\java\net\minecraft\ChatFormatting.java:40: error: illegal character: '\u00a7'
    public static final char PREFIX_CODE = '§';
                                             ^
G:\projects\mache\versions\1.20.6\src\main\java\net\minecraft\ChatFormatting.java:40: error: unclosed character literal
    public static final char PREFIX_CODE = '§';
                                              ^
G:\projects\mache\versions\1.20.6\src\main\java\net\minecraft\server\level\ChunkMap.java:298: error: unclosed character literal
            string = string + '§' + fullStatus.ordinal() + fullStatus;
                              ^
G:\projects\mache\versions\1.20.6\src\main\java\net\minecraft\server\level\ChunkMap.java:298: error: illegal character: '\u00a7'
            string = string + '§' + fullStatus.ordinal() + fullStatus;
                                ^
G:\projects\mache\versions\1.20.6\src\main\java\net\minecraft\server\level\ChunkMap.java:298: error: unclosed character literal
            string = string + '§' + fullStatus.ordinal() + fullStatus;
                                 ^
G:\projects\mache\versions\1.20.6\src\main\java\net\minecraft\server\level\ChunkMap.java:298: error: not a statement
            string = string + '§' + fullStatus.ordinal() + fullStatus;
                                                          ^
7 errors

FAILURE: Build failed with an exception.

This is due to incorrect encoding settings.

Setting this property in gradle.properties fixes the issue.

org.gradle.jvmargs='-Dfile.encoding=UTF-8'

Failed to build for 23w51a

Failed to build for 23w51a. Please check the logs for more information. The automatic updating will be paused until this is closed

Failed to build for 24w10a

Failed to build for 24w10a. Please check the logs for more information. The automatic updating will be paused until this is closed

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.