### Build Project with Gradle Source: https://github.com/xiao-momi/custom-crops/blob/main/README.md Instructions for building the Custom-Crops project using Gradle. This involves installing JDK 17 or 21 and running the build command in the terminal. ```sh ./gradlew build ``` -------------------------------- ### Add Custom-Crops Dependency Source: https://github.com/xiao-momi/custom-crops/blob/main/README.md How to add the Custom-Crops plugin as a dependency in your project using Gradle. This requires configuring the Maven repository and specifying the compileOnly dependency. ```kotlin repositories { maven("https://repo.momirealms.net/releases/") } dependencies { compileOnly("net.momirealms:custom-crops:3.6.40") } ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.