mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-17 07:50:52 -07:00
Update README.md
This commit is contained in:
parent
e0801befe5
commit
936db93445
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ When adding a new unit test, don't forget to update <b>JunitTestSuite.java</b>.
|
||||||
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.
|
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.
|
||||||
|
|
||||||
**Caveats:**
|
**Caveats:**
|
||||||
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:
|
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:
|
||||||
```
|
```
|
||||||
Execution failed for task ':compileJava'.
|
Execution failed for task ':compileJava'.
|
||||||
> invalid flag: -parameters
|
> invalid flag: -parameters
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue