- Gradle - Discussion
- Gradle - Useful Resources
- Gradle - Quick Guide
- Gradle – Eclipse Integration
- Gradle – Deployment
- Gradle – Multi-Project Build
- Gradle – Testing
- Gradle – Build a Groovy Project
- Gradle – Build a JAVA Project
- Gradle – Running a Build
- Gradle – Plugins
- Gradle – Dependency Management
- Gradle – Tasks
- Gradle – Build Script
- Gradle – Installation
- Gradle – Overview
- Gradle – Home
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Gradle Tutorial
Gradle is an open source and advanced build automation tool. It builds up on ANT, Maven and lvy repositories and supports groovy based Domain Specific Language (DSL) over the XML. In this tutorial, you will learn about different tasks, plugins with regards to gradle. Moreover, how to build a JAVA project and Groovy project with the help of gradle is also explained in detail.
Audience
This tutorial is designed for software professionals who are wilpng to learn Gradle build tool in simple and easy steps. It will be useful for all those enthusiasts, who are interested in working on multi-language software development.
Prerequisites
Gradle is groovy based build automation tool. Before you begin this tutorial, we expect that you have knowledge about JAVA and Groovy programming languages. You can refer to the tutorials related to JAVA and Groovy on our website for detailed information.
Advertisements