2016-02-11 45 views

回答

3

Playrun有httpPort屬性,你可以使用,這樣的事情應該工作

tasks.withType(PlayRun) { 
    httpPort = 9999 
} 
相關問題