Merge pull request #1132 from keeganwitt/groovy

added note about Java 10 support
This commit is contained in:
Tianon Gravi 2018-01-29 09:31:32 -08:00 committed by GitHub
commit a7fe31f624
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,4 +25,4 @@ docker volume create --name grapes-cache
docker run --rm -it -v grapes-cache:/home/groovy/.groovy/grapes %%IMAGE%%
```
**Note: Java 9 support is experimental**
**Note: Java 9 and Java 10 support is experimental**