mirror of
https://github.com/fankes/JSON-java-compat.git
synced 2025-09-07 03:06:03 +08:00
Update README.md
This commit is contained in:
@@ -84,9 +84,10 @@ When you start working on a test, add the empty file to the repository and updat
|
|||||||
|
|
||||||
**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 requests Java 1.8. If you see this error, 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
|
||||||
|
```
|
||||||
|
|
||||||
A unit test has the following stages:
|
A unit test has the following stages:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user