Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

10 lines
922 B

# Gradle
Gradle is an open-source build automation tool that helps software engineers to test, build, and release high-performance software products. In addition, Gradle also supports multi-language development. Currently, the supported languages for Gradle include Java, Kotlin, Groovy, Scala, C/C++, and JavaScript.
<ResourceGroupTitle>Reference Resource</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://gradle.org/'>Gradle</BadgeLink>
<BadgeLink badgeText='Watch' href='https://youtu.be/kONQCIAcWeI'>Gradle Tutorial</BadgeLink>
<BadgeLink badgeText='Watch' href='https://youtu.be/6V6G3RyxEMk'>Working with Gradle</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.javatpoint.com/gradle'>Gradle</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://spring.io/guides/gs/gradle/'>Building Java Projects with Gradle</BadgeLink>