You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 27, 2022. It is now read-only.
@@ -109,7 +109,7 @@ public class TomcatApplication {
109
109
## Configuration
110
110
| Property | Type | Description |
111
111
|----------|------|-------------|
112
-
|`toolVersion`|`String`| The GraalVM Community Edition version to download. Default to `21.0.0`. |
112
+
|`toolVersion`|`String`| The GraalVM Community Edition version to download. Default to `21.1.0`. |
113
113
|`javaVersion`|`String`| The JDK version to be downloaded with GraalVM Community Edition. Default to `8`. |
114
114
|`download`|`String`| Specify when to download GraalVM Community Edition. Supports `default` which downloads GraalVM tools only if they are not already downloaded, `always` which always (re-)download GraalVM tools, and `skip` which skips downloading GraalVM tools and assumes they are already installed. |
115
115
|`mainClassName` (Required) |`String`| The fully qualified name of the Java class that contains a `main` method for the entry point of the Native Image executable. |
0 commit comments