File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ for GraalVM native image creation.
56
56
The Gradle build script uses [ gluonfx-gradle-plugin] ( https://github.com/gluonhq/gluonfx-gradle-plugin )
57
57
from Gluon to build the native executable from Gradle with GraalVM.
58
58
GraalVM native-image utility will use the configuration files in
59
- ` graal-cfg/<currentPlatform>/META-INF/native-image ` folder
59
+ ` src/ graal-cfg/<currentPlatform>/META-INF/native-image` folder
60
60
to assist in native-image generation.
61
61
62
62
Once the GraalVM prerequisites are set up for the current platform,
@@ -108,7 +108,7 @@ for GraalVM native image creation.
108
108
The Maven build script uses [ gluonfx-maven-plugin] ( https://github.com/gluonhq/gluonfx-maven-plugin )
109
109
from Gluon to build the native executable from Maven with GraalVM.
110
110
GraalVM native-image utility will use the configuration files in
111
- ` graal-cfg/<currentPlatform>/META-INF/native-image ` folder
111
+ ` src/ graal-cfg/<currentPlatform>/META-INF/native-image` folder
112
112
to assist in native-image generation.
113
113
114
114
Once the GraalVM prerequisites are set up for the current platform,
You can’t perform that action at this time.
0 commit comments