added note about Java 9 not being fully supported

This commit is contained in:
Keegan Witt 2017-06-06 11:11:52 -04:00
parent 157da97d60
commit e92d0c7db2
2 changed files with 4 additions and 0 deletions

View File

@ -11,3 +11,5 @@
Run this from the directory of the Gradle project you want to build.
`docker run --rm -v "$PWD":/project -w /project --name gradle gradle:alpine gradle <gradle-task>`
**Note: Java 9 support is experimental**

View File

@ -22,3 +22,5 @@ The local Grapes cache can be reused across containers by creating a volume and
docker volume create --name grapes-cache
docker run -it -v grapes-cache:/home/groovy/.groovy/grapes groovy:alpine
```
**Note: Java 9 support is experimental**