added note about Java 9 not being fully supported
This commit is contained in:
parent
157da97d60
commit
e92d0c7db2
|
|
@ -11,3 +11,5 @@
|
||||||
Run this from the directory of the Gradle project you want to build.
|
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>`
|
`docker run --rm -v "$PWD":/project -w /project --name gradle gradle:alpine gradle <gradle-task>`
|
||||||
|
|
||||||
|
**Note: Java 9 support is experimental**
|
||||||
|
|
|
||||||
|
|
@ -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 volume create --name grapes-cache
|
||||||
docker run -it -v grapes-cache:/home/groovy/.groovy/grapes groovy:alpine
|
docker run -it -v grapes-cache:/home/groovy/.groovy/grapes groovy:alpine
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Note: Java 9 support is experimental**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue