Gradle allows you to define one or more default tasks that are executed if no other tasks are specified. ... defaultTasks 'clean', 'run' tasks.register('clean') { ...
確定! 回上一頁