milamberspace opened a new pull request, #6722:
URL: https://github.com/apache/jmeter/pull/6722
## Summary
Adds a short **"Building and testing"** section to `AGENTS.md` so any AI
coding
agent has JMeter's build context up front — how to build and test, how to
format before handing a change back, and how to select a JDK for tests.
Kept deliberately minimal: only JMeter-specific, non-obvious guidance (agents
already know generic Gradle commands). It covers:
- use `./gradlew --quiet …` to reduce output; run `./gradlew --quiet classes
style`
and fix any issues before reporting a change as done;
- select the test JDK with `-PjdkTestVersion` / `-PjdkTestVendor`
(`jdkTestVersion` is enough for most cases);
- list every build parameter with `./gradlew parameters`.
Pure documentation — no code or build changes; it points at the existing
`gradle.md` / `README.md` build docs rather than duplicating them.
Reviewed on a fork PR by Vladimir Sitnikov (`vlsi`), who trimmed the wording
to
"only what an agent doesn't already know" and noted it looked mergeable for
`apache/jmeter`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]