There was an error while loading. Please reload this page.
1 parent 7553d76 commit 6b77ff8Copy full SHA for 6b77ff8
1 file changed
AGENTS.md
@@ -0,0 +1,11 @@
1
+# AI Agent Context for graphql-java
2
+
3
+This file provides context for AI assistants working with this codebase.
4
5
+## Test Execution
6
7
+When running tests, exclude the Java version-specific test tasks to avoid failures:
8
9
+```bash
10
+./gradlew test -x testWithJava17 -x testWithJava11 -x testng
11
+```
0 commit comments