Update graalVersion in README.md (#11)

This commit is contained in:
Michael Werner 2018-09-07 17:11:03 +02:00 committed by Robert Fink
parent ae7711f0cc
commit c52bb12562

View file

@ -16,7 +16,7 @@ Configuration
Configure this plugin and its wrappers around GraalVM tools through the `graal` extension with the following options:
**General GraalVM controls**
* `graalVersion`: the version string to use when downloading GraalVM (defaults to `1.0.0-rc5`)
* `graalVersion`: the version string to use when downloading GraalVM (defaults to `1.0.0-rc6`)
* `downloadBaseUrl`: the base download URL to use (defaults to `https://github.com/oracle/graal/releases/download/`)
**`native-image` controls**