The purpose of my plugin is writing code automatically, compiling this codes and generating the jar for my teammate use. I combined all this jobs in one Task. So I have to reuse the CompileJava
and Jar
task. Like you said, maybe I need to split this jobs into different tasks. Thank you!
↧
How call TaskInternal.execute() when gradle update to 5.0+
↧