Skip to content

Commit 9c02052

Browse files
committed
update copilot instructions
1 parent a6ce952 commit 9c02052

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/copilot-instructions.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,8 @@ Project layout & where to change things
6565
- Update the module's code, update tests, run `./gradlew clean build`, and ensure no other modules break.
6666

6767
Checks run prior to check-in (local replication)
68-
- There are no repo-level GitHub Actions found; replicate CI by running:
69-
- `./gradlew clean build` (recommended).
70-
- `./gradlew check` for verification tasks.
71-
- If a PR template or contributor CI exists elsewhere, follow repository-contributor guidance (none found in root).
68+
- `./gradlew clean build` (recommended).
69+
- `./gradlew check` for verification tasks.
7270

7371
Dependencies not obvious from layout
7472
- Some features rely on Docker (Testcontainers) and on optional remote Maven repositories (README references an additional Maven URL for published artifacts). If using published artifacts in gradle config, ensure repository access.

0 commit comments

Comments
 (0)