Org.gradle.parallel=true THEN on cmdline, I want it off 'sometimes'

To turn on org.gradle.parallel, we add that to our properties file BUT there is one target that uses one plugin that can’t handle being run in parallel. This is only in one github repo as well. Is there a --no-parallel to turn it back off for this one special case?

thanks,
Dean

ah, I got it. While you can use --parallel to turn on. you can use -Dorg.gradle.parallel=false to turn it off.

I can validate it’s off in the build scan https://gradle.com/s/m7mptunctsdei
I LOVE that tool!!!