Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
gradle を使用して、すべてのプロジェクト環境をインストールおよび構成しようとしています (例: tomcat のインストール)
だから、今私はこのようなことをする必要があります:
3番目のアイテムはどうすればいいですか?
ありがとう
わかりました、私はそれを理解しました、私はそれをするためにant.execを使うことができます:
ant.exec(outputproperty:"cmdOut", executable: 'mvn', dir: 'projectName') { arg(line: 'clean install) }