將其複製並粘貼到 build.gradle 文件中。 task task1 << { println 'compiling source #1' } task task2(dependsOn: task1) << { println ...
確定! 回上一頁