国产chinesehdxxxx野外,国产av无码专区亚洲av琪琪,播放男人添女人下边视频,成人国产精品一区二区免费看,chinese丰满人妻videos

使用其他的腳本配置項目

2018-07-01 16:16 更新

您還可以使用其他的構(gòu)建腳本來配置當前的項目,Gradle 構(gòu)建語言的所有的內(nèi)容對于其他的腳本都是可以使用的. 您甚至可以在別的腳本中再使用其他的腳本.

例子 14.3.使用其他的構(gòu)建腳本配置項目

build.gradle

apply from: 'other.gradle'

other.gradle

println "configuring $project"
task hello << {
    println' 'hello form other srcipt'
}

使用 gradle -q hello 輸出

> gradle -q hello
configuring root project 'configureProjectUsingScript'
hello from other script


以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號