Skip to content

Commit 851bbcb

Browse files
CopilotShreckYe
andcommitted
Prioritize ./gradlew build over publishToMavenLocal in build validation
Co-authored-by: ShreckYe <[email protected]>
1 parent 65493fe commit 851bbcb

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
@@ -178,7 +178,7 @@ settings.gradle.kts # Project structure and dependency management
178178

179179
## Validation Steps for Changes
180180

181-
1. **Build Validation**: Run `./gradlew publishToMavenLocal` or `./gradlew build` to ensure libraries compile
181+
1. **Build Validation**: Run `./gradlew build` or `./gradlew publishToMavenLocal` to ensure libraries compile
182182
2. **Test Validation**: Run `./gradlew check` to validate existing tests pass
183183
3. **Demo Validation**: Build demo with `./gradlew :compose-multiplatform-html-unified-demo:sideBySideBrowserDistribution`
184184
4. **CI Simulation**: Test on multiple platforms if possible (the CI runs on Ubuntu, macOS, Windows)

0 commit comments

Comments
 (0)