Skip to content

Commit bce06da

Browse files
committed
Add a note about JDK 6 path required to build this project
1 parent 9ceab35 commit bce06da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,9 @@ implementation 'org.jetbrains.kotlinx:kotlinx-collections-immutable:0.2'
159159

160160
## Building from source
161161

162+
> :information_source: To build this project you will need to have a path to JDK 6 specified with the `JDK_6` environment variable or gradle property.
163+
> For the local development purposes any JDK newer than that can be used instead.
164+
162165
You can build and install artifacts to maven local with:
163166

164167
gradlew build install

0 commit comments

Comments
 (0)