2016-08-18 5 views

答えて

0

dependsOnメソッドを使用できます。

のような何か:

task myTask << { 
    println 'do it before build' 
} 

build.dependsOn myTask 
関連する問題