タグ

ブックマーク / gradle.monochromeroad.com (2)

  • 第19章 Gradleデーモン

    The Gradle daemon (sometimes referred as the build daemon) aims to improve the startup and execution time of Gradle. Gradleデーモン(ビルドデーモンと呼ばれることもあります)はGradleの起動と実行の速度を改善します。 We came up with several use cases where the daemon is very useful. For some workflows, the user invokes Gradle many times to execute a small number of relatively quick tasks. For example: デーモン実行が非常に有用だと思われるユースケースをいくつか考えてみました。 例え

    nobuoka
    nobuoka 2013/06/18
    Gradle をデーモンとして動かしておくとちょっと速くなって良い
  • 第7章 Javaクイックスタート

    As we have seen, Gradle is a general-purpose build tool. It can build pretty much anything you care to implement in your build script. Out-of-the-box, however, it doesn't build anything unless you add code to your build script to do so. ここまで見てきたように、Gradleは汎用のビルドツールです。ビルドスクリプトで実装したいと思うようなものはほぼ何でもビルドできます。しかし、初期状態では、ビルドスクリプトに何かを行うためのコードを追加しない限り、何もビルドはしません。 Most Java projects are pretty similar as far

    nobuoka
    nobuoka 2013/05/18
    Gradle で Java プロジェクトのビルドをするチュートリアル。 Gradle 便利そう。
  • 1