Skip to content

Commit 6722ba8

Browse files
andimarekclaude
authored andcommitted
Update AGENTS.md to reflect simplified test execution
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 14af362 commit 6722ba8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

AGENTS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
## Test Execution
1616

17-
When running tests, exclude the Java version-specific test tasks to avoid failures:
18-
1917
```bash
20-
./gradlew test -x testWithJava21 -x testWithJava17 -x testWithJava11 -x testng
18+
./gradlew test
2119
```
20+
21+
This runs tests on Java 25 only. Other JVM versions (11, 17, 21) require explicit tasks (e.g. `testWithJava11`).

0 commit comments

Comments
 (0)