-systemproperties PROPERTIES
Workspace
-
Example:
-systemproperties= foo=3, bar=4
-
Pattern:
.*
The -systemproperties
instruction allows you to set system properties in the local JVM when a workspace is started. These properties are applied as early as possible, making it possible to configure JVM options or work around specific Java issues (such as SSL settings) before any other code runs.
This is especially useful for setting environment-specific options or JVM flags that must be in place for your workspace or build to function correctly.
TODO Needs review - AI Generated content