Posted June 21, 20214 yr Whenever i run Gradle, I get this warning " WARNING: This project is configured to use the official obfuscation mappings p provided by Mojang. These mapping fall under their associated license, you should be fully aware of this license. For the latest license text, refer below, or the reference copy here: https://github.com/MinecraftForge/MCPConfig/blob/master/Mojang.md, You can hide this warning by running the `hideOfficialWarningUntilChanged` task" I am new to modding and development with Gradle, how do I make the warning go away? It tells me to run 'hideOfficialWarningUntilChanged' but I have no idea how. Thanks in advance.
June 22, 20214 yr Author I solved it by running ´./gradlew -q hideOfficialWarningUntilChanged´ in the project folder with git-bash (skip ´./´ on cmd)
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.