Skip to content

Commit 578a442

Browse files
authored
Update README.md
1 parent af3b7dc commit 578a442

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ When adding a new unit test, don't forget to update <b>JunitTestSuite.java</b>.
8181
* If you have unit test results along with pull requests, the reviewer has an easier time understanding your code and determining if the it works as intended.
8282

8383
When you start working on a test, add the empty file to the repository and update the readme, so that others will know that test is taken.
84+
**Caveats:**
85+
JSON-Java is Java 1.6-compatible, but JSON-Java-unit-tests requests Java 1.8. If you see this error, make sure you have 1.8 installed, on your path, and set in JAVA_HOME:
86+
Execution failed for task ':compileJava'.
87+
> invalid flag: -parameters
88+
8489

8590
A unit test has the following stages:
8691

0 commit comments

Comments
 (0)