We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1bfb394 + 5ae3cfa commit 0fdf0afCopy full SHA for 0fdf0af
README.md
@@ -19,6 +19,15 @@ cd github-api
19
sbt test
20
```
21
22
+Currently, Java 8 is required to build this library. If you have
23
+multiple versions of Java installed on your system, set it to Java 8
24
+(also known as version 1.8). One method for choosing the Java version
25
+is to override the value of `JAVA_HOME` in the environment sbt runs.
26
+
27
+```
28
+$ env JAVA_HOME="$(/usr/libexec/java_home -v 1.8)" sbt
29
30
31
## About models
32
We don't aim to define all fields of JSON.
33
Because these are too much and might be changed by GitHub.
0 commit comments