日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

【转载】Gradle学习 第一章:引言

發布時間:2024/4/17 编程问答 38 豆豆
生活随笔 收集整理的這篇文章主要介紹了 【转载】Gradle学习 第一章:引言 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

轉載地址:http://ask.android-studio.org/?/article/7

We would like to introduce Gradle to you, a build system that we think is a quantum leap for build technology in the Java (JVM) world. Gradle provides:
<翻譯>我們準備把Gradle介紹給你,我們認為它是一個在Java構建技術世界里具有巨大突破性的構建工具。Gradle具有如下特性:

  • A very flexible general purpose build tool like Ant.
    <翻譯>一個像Ant一樣靈活且通用的構建工具。
  • Switchable, build-by-convention frameworks a la Maven. But we never lock you in!
    <翻譯>一種可切換的,像Maven一樣的基于約定的構建框架,卻又從不約束你(約定優于配置)。
  • Very powerful support for multi-project builds.
    <翻譯>對多項目構建的強力支持。
  • Very powerful dependency management (based on Apache Ivy).
    <翻譯>對依賴管理的強力支持(基于Apache Ivy)。
  • Full support for your existing Maven or Ivy repository infrastructure.
    <翻譯>對已有的Maven和Ivy倉庫有著全面的支持。
  • Support for transitive dependency management without the need for remote repositories or pom.xml and ivy.xml files.
    <翻譯>支持可傳遞性的依賴管理,而不需要遠程倉庫或者pom.xml和ivy.xml配置文件。
  • Ant tasks and builds as first class citizens.
    <翻譯>Gradle能夠很好地支持Ant任務和構建 。(有更好的翻譯歡迎提議)
  • Groovy build scripts.
    <翻譯>支持用Groovy語言編寫Gradle的腳本。
  • A rich domain model for describing your build.
    <翻譯>擁有豐富的領域模型來構建你的腳本。

  • In Chapter 2, Overview you will find a detailed overview of Gradle. Otherwise, the tutorials are waiting, have fun :)
    <翻譯>在第二章《概述》中,你將會看到關于Gradle的詳細概述。否則的話,請繼續閱讀教程(http://ask.android-studio.org/?/article/15),祝你愉快:)

    1.1. About this user guide 關于本用戶指南

    This user guide, like Gradle itself, is under very active development. Some parts of Gradle aren't documented as completely as they need to be. Some of the content presented won't be entirely clear or will assume that you know more about Gradle than you do. We need your help to improve this user guide. You can find out more about contributing to the documentation at the Gradle web site.
    <翻譯>這篇用戶指南就像Gradle本身一樣,正處于一個經常變動更新的狀態。有些部分并沒有想象中那么完善,有些內容并沒有足夠清晰的表達出來或者有些內容是建立在假設你已經對Gradle有一定了解的基礎上(實際上你可能對Gradle并不是很了解)。我們需要你幫助完善這篇指南,你可以在Gradle的官方網站上找到更多有助于閱讀該指南的文檔。

    Throughout the user guide, you will find some diagrams that represent dependency relationships between Gradle tasks. These use something analogous to the UML dependency notation, which renders an arrow from one task to the task that the first task depends on.
    <翻譯>貫穿整個用戶指南,你會發現一些用于描繪Gradle tasks之間的依賴關系的圖表。這些圖表有點像UML的依賴標記一樣,從一個task延伸出一個箭頭指向另一個task,這表示前一個task依賴于后一個task。

    原文地址:http://www.gradle.org/docs/cur ... .html
    翻譯者:Jerry
    郵箱:hjpdyxhjd@163.com

    轉載于:https://www.cnblogs.com/wust221/p/5427309.html

    總結

    以上是生活随笔為你收集整理的【转载】Gradle学习 第一章:引言的全部內容,希望文章能夠幫你解決所遇到的問題。

    如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。