Skip to content

Commit 65493fe

Browse files
CopilotShreckYe
andcommitted
Refocus publishToMavenLocal guidance for coding agents rather than human developers
Co-authored-by: ShreckYe <[email protected]>
1 parent 25220db commit 65493fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
```bash
3434
./gradlew publishToMavenLocal
3535
```
36-
**Important**: Always run `publishToMavenLocal` first when making changes, as mentioned in CONTRIBUTING.md. This publishes libraries to your local Maven repository so dependent projects can use your changes.
36+
**Important**: Always run `publishToMavenLocal` first when making changes, as mentioned in CONTRIBUTING.md. This ensures libraries compile correctly and validates the build process.
3737

3838
#### 3. Running Tests and Checks (Essential Commands - validated and working)
3939
```bash

0 commit comments

Comments
 (0)