欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Gradle
来自开放百科 - 灰狐
(版本间的差异)
小 (→链接) |
小 (→简介) |
||
(未显示1个用户的22个中间版本) | |||
第1行: | 第1行: | ||
− | {{ | + | {{SeeWikipedia}} |
− | Gradle: | + | Gradle: 一个面向[[JVM]]的[[Build automation|构建系统]] |
+ | |||
+ | ==简介== | ||
+ | Gradle 使用 [[Groovy]] 或 [[Kotlin]] DSL 编写其构建脚本。 | ||
+ | |||
+ | ==版本== | ||
+ | ===8.x=== | ||
+ | ===7.x=== | ||
+ | ===6.x=== | ||
+ | ===5.x=== | ||
+ | ===4.x=== | ||
+ | |||
+ | ==功能== | ||
+ | |||
+ | ==指南== | ||
+ | brew install gradle | ||
+ | |||
+ | ==Kotlin== | ||
+ | *[https://blog.gradle.org/kotlin-meets-gradle Kotlin Meets Gradle] | ||
+ | *[https://github.com/gradle/kotlin-dsl Gradle Kotlin DSL] | ||
+ | |||
+ | ==Java== | ||
+ | |||
+ | ==Scala== | ||
+ | |||
+ | ==Clojure== | ||
+ | |||
+ | ==[[Android]]== | ||
+ | *[https://gradle.org/gradle-the-build-system-for-android/ Gradle the Build System for Android] | ||
+ | *[https://gradle.org/android-gradle-case-study/ Ticketmaster: Android Gradle Case Study] | ||
+ | |||
+ | ==[[C++]]== | ||
+ | *[http://carlosvin.github.io/en/posts/gradle-cpp/ Build C++ project with Gradle] | ||
+ | |||
+ | ==DSL== | ||
+ | [http://docs.huihoo.com/gradle/4.7/dsl/ Gradle Build Language Reference] | ||
+ | |||
+ | ==插件== | ||
+ | [https://plugins.gradle.org/ Gradle plugins] | ||
+ | *[https://github.com/chemouna/frame-gradle-plugin Gradle Frame Android screenshots Plugin] | ||
+ | |||
+ | ==项目== | ||
+ | *[https://github.com/linkedin/linkedin-gradle-plugin-for-apache-hadoop LinkedIn Gradle Plugin for Apache Hadoop] [http://www.infoq.com/cn/news/2015/08/LinkedIn-Gradle-Hadoop?utm_source=news_about_DSL5&utm_medium=link&utm_campaign=DSL5 LinkedIn开源高可用Hadoop工具集Gradle] | ||
==文档== | ==文档== | ||
+ | *[http://docs.huihoo.com/javaone/2015/TUT7482-Getting-Started-with-Gradle.pdf Getting Started with Gradle] | ||
+ | *[http://docs.huihoo.com/javaone/2015/CON4298-Continous-Delivery-with-the-Gradle-Ecosystem.pdf Continous Delivery with the Gradle Ecosystem] | ||
+ | *[http://docs.huihoo.com/javaone/2015/CON10063-Java-Components-Solving-the-Puzzle-with-Jigsaw-and-Gradle.pdf Java Components: Solving the Puzzle with Jigsaw and Gradle] | ||
+ | *[http://docs.huihoo.com/javaone/2015/CON3346-Building-DSLs-in-Groovy-the-2016-Way.pdf Building DSLs in Groovy the 2016 Way] | ||
+ | *[http://docs.huihoo.com/javaone/2015/CON3945-Advanced-Dependency-Management-with-Gradle.pdf Advanced Dependency Management with Gradle] | ||
*[http://docs.huihoo.com/javaone/2014/CON11237-Building-a-Continuous-Delivery-Pipeline-with-Gradle-and-Jenkins.pdf Building a Continuous Delivery Pipeline with Gradle and Jenkins] | *[http://docs.huihoo.com/javaone/2014/CON11237-Building-a-Continuous-Delivery-Pipeline-with-Gradle-and-Jenkins.pdf Building a Continuous Delivery Pipeline with Gradle and Jenkins] | ||
+ | |||
+ | ==用户== | ||
+ | *[http://gradle.org/case-study-continuous-delivery-netflix/ “We do truly feel that Gradle is the best build system for the JVM.”] – Justin Ryan, Netflix Engineering Tools Team | ||
+ | *[http://gradle.org/case-study-gradle-continuous-delivery-linkedin/ Gradle in the Enterprise at LinkedIn - Java, Scala, C++, Android, iOS and more] | ||
+ | |||
+ | ==图集== | ||
+ | <gallery> | ||
+ | image:why-gradle.png|Why Gradle | ||
+ | </gallery> | ||
==链接== | ==链接== | ||
*[http://www.gradle.org Gradle官方网站] | *[http://www.gradle.org Gradle官方网站] | ||
− | *[http://gradle.codehaus.org/ | + | *[https://github.com/gradle/gradle Gradle @ GitHub] |
+ | *[http://docs.huihoo.com/gradle/ Gradle文档] | ||
+ | *[http://gradle.codehaus.org/ Gradle @ Codehaus] | ||
*[http://www.ibm.com/developerworks/cn/opensource/os-cn-gradle/ 在 Eclipse 下利用 Gradle 构建系统] | *[http://www.ibm.com/developerworks/cn/opensource/os-cn-gradle/ 在 Eclipse 下利用 Gradle 构建系统] | ||
[[category:build automation]] | [[category:build automation]] | ||
+ | [[category:continuous delivery]] | ||
[[category:java]] | [[category:java]] | ||
+ | [[category:scala]] | ||
+ | [[category:android]] | ||
[[category:groovy]] | [[category:groovy]] | ||
+ | [[category:huihoo]] |
2021年7月17日 (六) 02:19的最后版本
您可以在Wikipedia上了解到此条目的英文信息 Gradle Thanks, Wikipedia. |
目录 |
[编辑] 简介
Gradle 使用 Groovy 或 Kotlin DSL 编写其构建脚本。
[编辑] 版本
[编辑] 8.x
[编辑] 7.x
[编辑] 6.x
[编辑] 5.x
[编辑] 4.x
[编辑] 功能
[编辑] 指南
brew install gradle
[编辑] Kotlin
[编辑] Java
[编辑] Scala
[编辑] Clojure
[编辑] Android
[编辑] C++
[编辑] DSL
Gradle Build Language Reference
[编辑] 插件
[编辑] 项目
[编辑] 文档
- Getting Started with Gradle
- Continous Delivery with the Gradle Ecosystem
- Java Components: Solving the Puzzle with Jigsaw and Gradle
- Building DSLs in Groovy the 2016 Way
- Advanced Dependency Management with Gradle
- Building a Continuous Delivery Pipeline with Gradle and Jenkins
[编辑] 用户
- “We do truly feel that Gradle is the best build system for the JVM.” – Justin Ryan, Netflix Engineering Tools Team
- Gradle in the Enterprise at LinkedIn - Java, Scala, C++, Android, iOS and more
[编辑] 图集
[编辑] 链接
分享您的观点