We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9676032 commit b3e5450Copy full SHA for b3e5450
AGENTS.md
@@ -3,6 +3,7 @@
3
- Toolchain: Gradle build, Java 11 runtime (targets 8 bytecode).
4
- Build everything: `./gradlew build`; prefer Gradle tasks over direct javac.
5
- Unit tests: `./gradlew test`; single test with `./gradlew test --tests "pkg.Class"`.
6
+- Always add unit tests, and if relevant integration tests for new features and bugfixes.
7
- Integration tests: `./gradlew integrationTest`; filter via `--tests "pkg.ITClass"`.
8
- Formatting: `./gradlew spotlessApply`; verify using `spotlessCheck`.
9
- No extra linters; rely on compiler + spotless for CI hygiene.
0 commit comments