Merge pull request #925 from keeganwitt/java9

added note about Java 9 not being fully supported
This commit is contained in:
yosifkit 2017-06-07 10:24:12 -07:00 committed by GitHub
commit 4511b76f52
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**