Skip to content

Fixed table appearance#730

Merged
dnestoro merged 2 commits intograalvm:masterfrom
Y-Shcheholskyy:table-style
Jun 2, 2025
Merged

Fixed table appearance#730
dnestoro merged 2 commits intograalvm:masterfrom
Y-Shcheholskyy:table-style

Conversation

@Y-Shcheholskyy
Copy link
Collaborator

Fixed table appearance, added css styles
Screenshot 2025-05-26 at 17 22 41

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label May 26, 2025
@Y-Shcheholskyy
Copy link
Collaborator Author

@dnestoro , @olyagpl Could you please take a look?

@olyagpl olyagpl requested review from dnestoro and olyagpl May 26, 2025 15:36
@olyagpl
Copy link
Member

olyagpl commented May 26, 2025

@Y-Shcheholskyy, can I ask you for a favour to use this version for the whole section in docs/src/docs/asciidoc/gradle-plugin.adoc (just a few corrections in the text)?

==== Command Line Options

The preferred way to configure native binaries is through the DSL, so that you can provide reproducible builds which do not depend on obscure CLI invocations.
However, in some cases—such as experimentation—it may be useful to override parameters via the command line.
The following flags are available and, unless stated otherwise, take precedence over the DSL configuration:

|===
|Command line option|Description
|`--image-name=<name>`|Overrides the `imageName` property
|`--main-class=<class>`|Overrides the `mainClass` property
|`--(no-)debug-native`|Enables or disables debug info generation
|`--(no-)verbose`|Enables or disables verbose output
|`--(no-)fallback`|Enables or disables fallback mode
|`--(no-)quick-build-native`|Enables or disables quick build mode
|`--(no-)rich-output`|Enables or disables rich output
|`--(no-)pgo-instrument`|Enables or disables PGO instrumentation
|`--build-args`|Adds build arguments
|`--force-build-args`|Overrides build arguments (DSL configuration is ignored)
|`--(no-)fat-jar`|Enables or disables creation of a fat JAR for compilation
|`--sysprop-native`|Adds a system property for `native-image` compilation
|`--env-native`|Adds an environment variable for `native-image` compilation
|`--jvm-args-native`|Adds JVM arguments for `native-image` compilation
|`--force-jvm-args-native`|Overrides JVM arguments (DSL configuration is ignored)
|===

@dnestoro dnestoro merged commit 640ede4 into graalvm:master Jun 2, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants