### Refresh Gradle Project Dependencies Source: https://github.com/neoforgemdks/mdk-1.21-moddevgradle/blob/main/README.md This command is used to refresh the local cache of project dependencies. It is particularly useful when the IDE reports missing libraries or when encountering build-related issues that might stem from outdated or corrupted dependency caches. ```Shell gradlew --refresh-dependencies ``` -------------------------------- ### Clean Gradle Build Environment Source: https://github.com/neoforgemdks/mdk-1.21-moddevgradle/blob/main/README.md This command resets the project's build environment by deleting all generated build artifacts. It's a common first step for resolving persistent build problems and does not affect your source code files. ```Shell gradlew clean ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.