jvmArgsProperty

@get:Input
abstract val jvmArgsProperty: ListProperty<String>

Optional custom jvm arguments to pass into the exec. Useful if you want to enable debugging in R8.

Example: listOf("-Xdebug", "-Xrunjdwp:transport=dt_socket,address=5005,server=y,suspend=y")