How to build the 1.20.1 branch from source today? #819
-
DescribeHi. This is not an in-game bug report, but a build reproducibility issue for the public 1.20.1 source branch. I’m trying to prepare a small 1.20.1 source-level patch related to UTF-8 / Unicode support for Chat Box, and because of that I need a working local build/test setup for this branch. Environment:
Problems I hit:
Examples of missing dependencies/classes:
Could you please clarify:
I’m only trying to make a small UTF-8 / Unicode-related source patch for 1.20.1 and would prefer to do that as a proper fork/build rather than editing built jars manually. Thanks. Steps to reproduce
Multiplayer?Yes VersionOwn compiled build. Minecraft, Forge and maybe other related mods versionsrelease/1.20.1 / 1.20.1-0.7.46r Screenshots or VideosNo response Crashlog/logNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Please share your build log, the |
Beta Was this translation helpful? Give feedback.
-
|
I downloaded dev/1.20.1 and immediately tried to build it. |
Beta Was this translation helpful? Give feedback.
Seems you have some broken gradle cache on the machine, try
./gradlew --refresh-dependencies./gradlew clean. Or build on a clean machines