rewrite-runner
Toggle table of contents
0.18.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
rewrite-runner
core
/
io.github.skhokhlov.rewriterunner.config
/
PluginExecutionConfig
Plugin
Execution
Config
data
class
PluginExecutionConfig
(
val
jvmArgs
:
List
<
String
>
=
emptyList()
)
(
source
)
JVM configuration for the official OpenRewrite Gradle/Maven plugin executor.
Members
Constructors
Plugin
Execution
Config
Link copied to clipboard
constructor
(
jvmArgs
:
List
<
String
>
=
emptyList()
)
Properties
jvm
Args
Link copied to clipboard
val
jvmArgs
:
List
<
String
>