Skip to content

Commit 936db93

Browse files
authored
Update README.md
1 parent e0801be commit 936db93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ When adding a new unit test, don't forget to update <b>JunitTestSuite.java</b>.
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.
8484

8585
**Caveats:**
86-
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+
JSON-Java is Java 1.6-compatible, but JSON-Java-unit-tests requires Java 1.8. If you see this error when building JSON-Java-unit-test, make sure you have 1.8 installed, on your path, and set in JAVA_HOME:
8787
```
8888
Execution failed for task ':compileJava'.
8989
> invalid flag: -parameters

0 commit comments

Comments
 (0)