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.