You can use either gradle.buildFinished or a finalizer task (as you mentioned). In your example, build.finalizedBy(taskName) will only execute taskName if ...
確定! 回上一頁