원클릭으로
dependency-update
MUST CONSULT When asked to update and refresh dependencies in the project.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
MUST CONSULT When asked to update and refresh dependencies in the project.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | Dependency Update |
| description | MUST CONSULT When asked to update and refresh dependencies in the project. |
This project uses Stonecutter to manage multiple Minecraft versions and loaders. Please refer to the Contributing Guide for more information on how to work with Stonecutter.
The dependency versions are separated per supported Minecraft version.
All the version files are in the versions/dependencies folder. Each file is named after the Minecraft version it supports, for example 1.19.4.properties or 26.2.properties, and contains the dependencies for that version.
The versions are used in the build.gradle.kts file to determine which dependencies to use for each Minecraft version. The dependencies are defined in the dependencies block, and the versions are looked up from the corresponding properties file.
Your sources for available versions are the repositories in the build.gradle.kts file.
When asked to update a dependency, you should:
./gradlew buildAndCollect to make sure everything builds correctly.