I have problem with my task and its configuration phase. I don’t want to configure JavaExec task every time I build, because even if run other tasks I need to supply some parameters with -P which are required in configuration phase of my JavaExec task.
Is there a way to run java program from jar as part of “normal” task, supplying arguments during execution task (and not in configuration phase)?