Slackbot
02/09/2023, 10:46 AMVampire
02/09/2023, 11:02 AMrun task.
You need to configure that from your build script.
You can for example read the system property and forward its value, or you could also define Gradle property you forward as system property.Simon Kågedal Reimer
02/09/2023, 11:19 AM--args option.Vampire
02/09/2023, 11:22 AMSimon Kågedal Reimer
02/09/2023, 11:28 AMIvan CLOVIS Canet
02/09/2023, 12:40 PMIvan CLOVIS Canet
02/09/2023, 12:59 PMval runModified by tasks.registering(JavaExec::class) {
copyConfigurationFrom(tasks["run"])
description = "Modified"
jvmArg("-D…")
}Vampire
02/09/2023, 1:58 PM