タグ

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

  • 第57章 マルチプロジェクトのビルド

    The powerful support for multi-project builds is one of Gradle's unique selling points. This topic is also the most intellectually challenging. マルチプロジェクトはビルドツールの知恵の絞りどころであり、とてもやりがいのあるテーマです。Gradleはマルチプロジェクトを強力にサポートしていて、ユニークなセールスポイントの一つとなっています。 A multi-project build in gradle consists of one root project, and one or more subprojects that may also have subprojects. While each subproject could configu

    naoty_k
    naoty_k 2014/02/24
  • 第8章 依存関係管理の基本

    This chapter introduces some of the basics of dependency management in Gradle. 章では、Gradleにおける依存関係の管理について、基的なところを紹介します。 Very roughly, dependency management is made up of two pieces. Firstly, Gradle needs to know about the things that your project needs to build or run, in order to find them. We call these incoming files the dependencies of the project. Secondly, Gradle needs to build and upload t

  • Gradle User Guide

    Copies of this document may be made for your own use and for distribution to others, provided that you do not charge any fee for such copies and further provided that each copy contains this Copyright Notice, whether distributed in print or electronically. このドキュメントは、個人利用目的および第三者に配布するためにコピーして使用できます。ただし、印刷するにせよ電子媒体を使用するにせよ、以下の点に留意してください。どのような形態であれ使用料を課さないこと。また、このコピーライト条項を配布物に含めること。 例目次 6.1. 初めてのビルドス

  • 1