Skip to content

Commit

Permalink
Upgrade to latest GraalVM (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
markelliot authored and Robert Fink committed Nov 6, 2018
1 parent 4155cf9 commit 7f884ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-rc8`)
* `graalVersion`: the version string to use when downloading GraalVM (defaults to `1.0.0-rc9`)
* `downloadBaseUrl`: the base download URL to use (defaults to `https://github.com/oracle/graal/releases/download/`)

**`native-image` controls**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
public class GraalExtension {

private static final String DEFAULT_DOWNLOAD_BASE_URL = "https://github.com/oracle/graal/releases/download/";
private static final String DEFAULT_GRAAL_VERSION = "1.0.0-rc8";
private static final String DEFAULT_GRAAL_VERSION = "1.0.0-rc9";

private final Property<String> downloadBaseUrl;
private final Property<String> graalVersion;
Expand Down

0 comments on commit 7f884ba

Please sign in to comment.