skrugly / mirakle

Gradle plugin to move build process to remote machine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

--rerun-tasks doest not get forwarded to the server

MobileSam opened this issue · comments

I'm trying to use the --rerun-tasks gradle parameter to force a re-run of all my tests and thus skip the caches. This parameter does not seem to be forwarded to the remote execution of gradlew.

Hey, I've checked this param on the latest mirakle version and Gradle 7.2 and it works.
Could add this line to any build.gradle of your project and check the console output.

println("Is rerun tasks = " + gradle.startParameter.isRerunTasks())

if it prints true it means the parameter has been forwarded to remote machine.

Please reopen if more info will arise.