mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 02:15:12 +00:00
fix: Update Maven build command in Spring Boot instructions (#311)
This commit is contained in:
@@ -53,6 +53,6 @@ applyTo: '**/*.java, **/*.kt'
|
||||
## Build and Verification
|
||||
|
||||
- After adding or modifying code, verify the project continues to build successfully.
|
||||
- If the project uses Maven, run `mvn clean install`.
|
||||
- If the project uses Maven, run `mvn clean package`.
|
||||
- If the project uses Gradle, run `./gradlew build` (or `gradlew.bat build` on Windows).
|
||||
- Ensure all tests pass as part of the build.
|
||||
|
||||
Reference in New Issue
Block a user