Gradle: Difference between revisions
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
* GitHub project: https://github.com/gradle/gradle | * GitHub project: https://github.com/gradle/gradle | ||
* http://trickyandroid.com/gradle-tip-2-understanding-syntax/ | * http://trickyandroid.com/gradle-tip-2-understanding-syntax/ | ||
* Versions: | |||
** https://github.com/gradle/gradle/releases/tag/v6.2.2 | |||
=Internal= | =Internal= |
Latest revision as of 20:51, 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/
- Versions: