Gradle: Difference between revisions
Jump to navigation
Jump to search
Line 18: | Line 18: | ||
* [[Gradle Concepts|Concepts]] | * [[Gradle Concepts|Concepts]] | ||
* [[Gradle Operations|Operations]] | * [[Gradle Operations|Operations]] | ||
* [[Gradle Internals|Internals]] | |||
* [[Gradle Plugin Concepts|Plugins]] | * [[Gradle Plugin Concepts|Plugins]] | ||
* [[IntelliJ Gradle Support#Overview|IntelliJ Gradle Support]] | * [[IntelliJ Gradle Support#Overview|IntelliJ Gradle Support]] | ||
* [[Git and Gradle#Overview|Git and Gradle]] | * [[Git and Gradle#Overview|Git and Gradle]] |
Revision as of 20:43, 10 November 2020
External
- https://gradle.org
- API Reference: https://docs.gradle.org/current/javadoc/
- DSL Reference: https://docs.gradle.org/current/dsl/
- User Guide HTML https://docs.gradle.org/current/userguide/userguide.html
- User Guide PDF https://docs.gradle.org/current/userguide/userguide.pdf
- GitHub project: https://github.com/gradle/gradle
- http://trickyandroid.com/gradle-tip-2-understanding-syntax/