Update graalVersion in README.md (#11)
This commit is contained in:
parent
ae7711f0cc
commit
c52bb12562
1 changed files with 1 additions and 1 deletions
|
@ -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**
|
||||
|
|
Loading…
Reference in a new issue