Skip to content

Commit 907de4e

Browse files
authored
Merge pull request #28 from huanshankeji/copilot-instructions-add-about-snapshot-dependencies-in-environment-setup
Add about the snapshot dependencies in the "Environment Setup" section of copilot-instructions
2 parents 1e98a15 + 204ed24 commit 907de4e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/copilot-instructions.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ Always ensure JDK 8 and JDK 17 are properly configured before building. JDK 17 s
2626

2727
**IMPORTANT**: On non-macOS systems, iOS targets (`iosArm64`, `iosSimulatorArm64`, `iosX64`) will be disabled. Add `kotlin.native.ignoreDisabledTargets=true` to suppress warnings.
2828

29+
If the project uses snapshot dependencies of other `com.huanshankeji` libraries, especially in a branch other than `main` such as `dev`, refer to the setup instructions at <https://github.com/huanshankeji/.github/blob/main/dev-instructions.md#about-snapshot-dependencies-of-our-library-projects>.
30+
2931
### Bootstrap and Build Commands
3032

3133
#### Essential Commands (validated and working):
@@ -152,4 +154,4 @@ The project uses custom dependency management through:
152154
- `com.huanshankeji.team:gradle-plugins` for build conventions
153155
- Kotlin 2.2.20, Dokka 2.1.0-Beta
154156

155-
**Trust these instructions**: This information has been validated through actual command execution and file inspection. Only search for additional information if these instructions are incomplete or found to be incorrect.
157+
**Trust these instructions**: This information has been validated through actual command execution and file inspection. Only search for additional information if these instructions are incomplete or found to be incorrect.

0 commit comments

Comments
 (0)