使用其他的腳本配置項(xiàng)目

2018-07-01 16:16 更新

您還可以使用其他的構(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


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

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)