1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

gradle tasks 日本語訳

Posted at

gradle tasks 実行時に出力されるヘルプメッセージの日本語訳。

#root プロジェクトから実行可能な全タスク

##ビルド設定タスク

###gradle init
新しい Gradle プロジェクトを初期化する。

###gradle wrapper
Gradle ラッパーファイルを生成する。

##ヘルプタスク

###gradle buildEnvironment
root プロジェクトの source に宣言されている依存情報を全て表示する。

###gradle components
root プロジェクトの source によって生成される構成要素を表示する。 [開発中]

###gradle dependencies
root プロジェクト内に宣言された依存情報を全て表示する 。

###gradle dependencyInsight
root プロジェクトの source 内の特定の依存情報に対する洞察を表示する。

###gradle dependentCompononts
root プロジェクトの source 内の構成要素の依存構成要素を表示する。 [開発中]

###gradle help
ヘルプメッセージを表示する。

###gradle model
root プロジェクトの source の設定体系を表示する。 [開発中]

###gradle projects
root プロジェクトの source のサブプロジェクトを表示する 。

###gradle properties
プロジェクトの source のプロパティを表示する。

###gradle tasks
root プロジェクトの source から実行できるタスクを表示する 。

###gradle tasks --all
全タスクを表示し、より詳細な情報を表示する。

###gradle help --task task
タスクについての詳細を表示する。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?