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
CI plugin to convert a java program into a [graalvm native image](https://www.graalvm.org/docs/reference-manual/native-image/).
8
-
For a listing of available options and usage samples, please take a look at the [docs](DOCS.md).
7
+
CI plugin to convert a java program into a [graalvm native image](https://www.graalvm.org/docs/reference-manual/native-image/).
8
+
9
+
## Plugin config
10
+
The following parameters can be set to configure the plugin.
11
+
12
+
***debug** - Flag to enable debug logs. Optional, by default, debug logs are disabled
13
+
***jar_name** - Executable jar file to convert into native binary
14
+
***config_file** - Path to a yaml configuration file
15
+
***classpath** - Path containing class files and jars to use as class path. Defaults to `build/libs/*:build/classes`
16
+
***reflection_path** - Path to the reflection configuration if it already exists. If not specified, it will be generated at `build/native/graal-config/`
0 commit comments