W3Cschool
恭喜您成為首批注冊(cè)用戶(hù)
獲得88經(jīng)驗(yàn)值獎(jiǎng)勵(lì)
您還可以使用其他的構(gòu)建腳本來(lái)配置當(dāng)前的項(xiàng)目,Gradle 構(gòu)建語(yǔ)言的所有的內(nèi)容對(duì)于其他的腳本都是可以使用的. 您甚至可以在別的腳本中再使用其他的腳本.
例子 14.3.使用其他的構(gòu)建腳本配置項(xiàng)目
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
Copyright©2021 w3cschool編程獅|閩ICP備15016281號(hào)-3|閩公網(wǎng)安備35020302033924號(hào)
違法和不良信息舉報(bào)電話(huà):173-0602-2364|舉報(bào)郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號(hào)
聯(lián)系方式:
更多建議: