The doLast creates a task action that runs when the task executes. Without it, you're running the code at configuration time on every build.
確定! 回上一頁