翻訳者レビュー ( 英語 → 日本語 )

評価: 52 / 1 Review / 2015/01/04 18:21:21

laosl
laosl 52
英語

The initial plugins are primarily focused around Java, Groovy and Scala development and deployment, but more languages and project workflows are on the roadmap.

The Java plugin emulates many of the expected Maven lifecycles as tasks in the directed acyclic graph of dependencies for the inputs and outputs of each task. For this simple case, the build task depends upon the outputs of the check and assemble tasks. Likewise, check depends upon test, and assemble depends upon jar.

日本語

Gradleの最初のプラグインではJava、Groovy、Scala等の開発と展開へ主に対応するようになっていますが、さらに多くの言語と、プロジェクトワークフローへの対応が予定されています。

GradleにおけるJavaのプラグインはMavenにおける多くのlifecycleをエミュレートし、有向非巡回グラフにおける各タスクの入力と出力の依存性を、タスクとして書き出します。
この簡単なケースでは、buildタスクは、checkとassembleタスクに依存しています。同じようにcheckタスクはtestタスクに依存しており、assembleタスクはjarタスクに依存しています。

レビュー ( 1 )

white_elephant 56 手数料をご負担願えればありがたいです。
white_elephantはこの翻訳結果を"★★★★"と評価しました 2015/01/06 15:01:18

参考になります

コメントを追加