Meka Posted June 21, 2021 Share Posted June 21, 2021 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. Quote Link to comment Share on other sites More sharing options...
Meka Posted June 22, 2021 Author Share Posted June 22, 2021 I solved it by running ´./gradlew -q hideOfficialWarningUntilChanged´ in the project folder with git-bash (skip ´./´ on cmd) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.