Save to My Lists
Claimed
Claimed

Top Rated Gradle Build Tool Alternatives

Gradle Build Tool Reviews & Product Details

Joshua C.
JC
Dev
Information Technology and Services
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
(Original )Information
What do you like best about Gradle Build Tool?

I like the ability to develop custom gradle tasks and the automatic integration with tools like intellij IDE. The gradle daemon was a nice addition too for speeding up build tasks. I also like the plugin feature where I can add specific features as needed. Review collected by and hosted on G2.com.

What do you dislike about Gradle Build Tool?

The first build of a project can take a long time as it downloads dependencies and libraries. Also being able to set the java version would be nice too. Documentation is a bit light, and am a bit confused about the various stages of the build cycle ( like whether a tasks is in setup or build ) Review collected by and hosted on G2.com.

Recommendations to others considering Gradle Build Tool:

Try it out on a small project first, and see if it works for you. Review collected by and hosted on G2.com.

What problems is Gradle Build Tool solving and how is that benefiting you?

Building company java projects and deploying production applications in a dependable way. Review collected by and hosted on G2.com.

Gradle Build Tool Overview

What is Gradle Build Tool?

Gradle Build Tool is the most popular build tool for open source JVM projects on GitHub. It is downloaded on average more than 25 million times per month and has been counted in the Top 20 Most Popular Open Source Projects for IT by Techcrunch. Many popular projects have migrated from Maven to Gradle, with Spring Boot being a prominent example.

Gradle Build Tool Details
Languages Supported
English
Show LessShow More
Product Description

Declare and execute all tasks necessary to compile, test, package and ship multi-language multi-platform multi-project and multi-channel software, SaaS and Mobile Apps.

How do you position yourself against your competitors?

Gradle has been counted in the top 20 open-source projects and is trusted by millions of developers to build software for billions of people.


Seller Details
Year Founded
2009
HQ Location
San Francisco, CA
Twitter
@gradle
37,696 Twitter followers
LinkedIn® Page
www.linkedin.com
169 employees on LinkedIn®

Justin R.
JR
Overview Provided by:

Recent Gradle Build Tool Reviews

Verified User
U
Verified UserEnterprise (> 1000 emp.)
5.0 out of 5
"So standard and unlikely to break I haven't had to look into it until today"
So standard and unlikely to break I haven't had to look into it until today
Verified User
U
Verified UserSmall-Business (50 or fewer emp.)
5.0 out of 5
"A powerful tool for managing your builds"
Building a project scales up in complexity very quickly. While small Hello World applications might be easy to manage, large multifaceted projects ...
Balaji K.
BK
Balaji K.Enterprise (> 1000 emp.)
4.5 out of 5
"Fast, powerful build tool"
Gradle is a very powerful build tool in circumstances, especially where multi-level projects need to be developed. The underlying DSL language make...
Security Badge
This seller hasn't added their security information yet. Let them know that you'd like them to add it.
0 people requested security information

Gradle Build Tool Media

Gradle Build Tool Demo - Gradle in VSCode
Building an asciidoctor project with Gradle in VSCode
Gradle Build Tool Demo - Gradle Build Scan(tm) Service In Jenkins
Highlighting the Gradle Build Scan service included in a Jenkins build report.
Gradle Build Tool Demo - Gradle in Android Studio
Gradle Build Scripts in Android Studio
Gradle Build Tool Demo - Build Scan(tm) from CLI
Running a Gradle Build Scan from CLI
Answer a few questions to help the Gradle Build Tool community
Have you used Gradle Build Tool before?
Yes

37 out of 38 Total Reviews for Gradle Build Tool

4.4 out of 5
The next elements are filters and will change the displayed results once they are selected.
Search reviews
Popular Mentions
The next elements are radio elements and sort the displayed results by the item selected and will update the results displayed.
Hide FiltersMore Filters
The next elements are filters and will change the displayed results once they are selected.
The next elements are filters and will change the displayed results once they are selected.

Gradle Build Tool Pros and Cons

How are these determined?Information
Pros and Cons are compiled from review feedback and grouped into themes to provide an easy-to-understand summary of user reviews.
Pros
This product has not yet received any positive sentiments.
Cons

Overall Review Sentiment for Gradle Build ToolQuestion

Time to Implement
<1 day
>12 months
Return on Investment
<6 months
48+ months
Ease of Setup
0 (Difficult)
10 (Easy)
Log In
Want to see more insights from verified reviewers?
Log in to view review sentiment.
G2 reviews are authentic and verified.
Verified User in Health, Wellness and Fitness
UH
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: Organic
What do you like best about Gradle Build Tool?

So standard and unlikely to break I haven't had to look into it until today Review collected by and hosted on G2.com.

What do you dislike about Gradle Build Tool?

it broke today, forcing me to look into it. Normally it is so unlikely to break I haven't had to look into it until today Review collected by and hosted on G2.com.

What problems is Gradle Build Tool solving and how is that benefiting you?

Android app builds Review collected by and hosted on G2.com.

Balaji K.
BK
Principle Member of Technical Staff
Telecommunications
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: Organic
(Original )Information
What do you like best about Gradle Build Tool?

Gradle is a very powerful build tool in circumstances, especially where multi-level projects need to be developed. The underlying DSL language makes it easier to configure and use Review collected by and hosted on G2.com.

What do you dislike about Gradle Build Tool?

Nothing much on the negative side. One problem on earlier days was the lag of documentation. But it is no more a valid point nowadays, It is considered the latest than old traditional build tools like ant, maven etc., Review collected by and hosted on G2.com.

Recommendations to others considering Gradle Build Tool:

Highly recommend espcialy if you are developing cloud native, CI/CD integrated environement Review collected by and hosted on G2.com.

What problems is Gradle Build Tool solving and how is that benefiting you?

Building applications is one of the pain point in application development life cycle. Gradle build tool helps to overcome the difficulty of making application builds. It also helps in CI/CD integrations Review collected by and hosted on G2.com.

CH
Director
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Seller invite
Incentivized Review
What do you like best about Gradle Build Tool?

The ability for the tool to handle builds for any language out there. Allows a single build tool for consistency. Review collected by and hosted on G2.com.

What do you dislike about Gradle Build Tool?

The flexiblity introduces multiple ways to handle different things like uploading artifacts. Would love to see some more standards there. Review collected by and hosted on G2.com.

Recommendations to others considering Gradle Build Tool:

It's worth the effort to do but make sure you have buy in from your development team. Review collected by and hosted on G2.com.

What problems is Gradle Build Tool solving and how is that benefiting you?

Reduces the complexity from maven and multiple pom files to a single build file. Also allows for consistency across projects no matter the architecture and languages used. Review collected by and hosted on G2.com.

Tiffany L.
TL
Software Engineer
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Gradle Build Tool?

How simple it is to write a script in Gradle and it does everything behind the scenes. You only have to define the dependencies in a build file, setup the files in a format that Gradle will recognize and run the build command and bam you have a build. Review collected by and hosted on G2.com.

What do you dislike about Gradle Build Tool?

It isn't versatile. It is very difficult to build other languages with Gradle. It is really Java specific. If you do want to build other programming languages with grade be prepared for complex build scripts. Review collected by and hosted on G2.com.

Recommendations to others considering Gradle Build Tool:

Seriously consider this when building using Java. Review collected by and hosted on G2.com.

What problems is Gradle Build Tool solving and how is that benefiting you?

The ability to have simple maintainable build scripts. It is easy to get started and out of the box tool which lowers the learning curve. It has built in commands for both building and testing Java code. Review collected by and hosted on G2.com.

Ken Y.
KY
Architect
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: Seller invite
Incentivized Review
Business partner of the seller or seller's competitor, not included in G2 scores.
What do you like best about Gradle Build Tool?

Gradle is a much better build system than Ant on Android for folks who remember that 🙂

It's also much better than writing Maven pom.xml files for the same reason of no XML to wade through.

You can write your own DSL and plugins to make it even more expressive. Review collected by and hosted on G2.com.

What do you dislike about Gradle Build Tool?

The Kotlin version built into the DSL never gets updated quickly enough, so you often write kotlin DSL in an older version of kotlin than your project code.

Gradle builds can be slow when you get over 500-1000 modules.

Caching is not as fast as Bazel. Review collected by and hosted on G2.com.

What problems is Gradle Build Tool solving and how is that benefiting you?

Using Gradle on a very large Android project with 650+ modules.

The Kotlin DSL with custom plugins makes build files much more expressive.

It's also easy to set up custom tasks and walk the dependency tree. Review collected by and hosted on G2.com.

Response from Justin Reock of Gradle Build Tool

Thanks Ken, we really appreciate the review, and we're always working to improve!

Verified User in Hospital & Health Care
UH
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: Seller invite
Incentivized Review
(Original )Information
What do you like best about Gradle Build Tool?

Building a project scales up in complexity very quickly. While small Hello World applications might be easy to manage, large multifaceted projects require a robust tool.

Gradle is that tool. It handles a lot of the complications of building, including dependency management, configuring toolchains, and integrating custom build logic (just to highlight a few of the things that it does). Review collected by and hosted on G2.com.

What do you dislike about Gradle Build Tool?

Complexity. Gradle has a very steep learning curve, and even after using it for over 8 years, there's is still more for me to learn.

It is a very broad tool, and a lot of components are iterated on rapidly. Review collected by and hosted on G2.com.

What problems is Gradle Build Tool solving and how is that benefiting you?

We use Gradle for all of our JVM builds, but it has been the most beneficial for our Android app.

Android has a very complicated toolchain, but Gradle significantly simplifies it. It helps that Gradle is the officially supported build tool of Android. Review collected by and hosted on G2.com.

Danny T.
DT
Senior Software Engineer
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: Organic
What do you like best about Gradle Build Tool?

Gradle's work avoidance, caching, incremental support are capabilities unmatched by many tools. It's dependency management features are unparalleled. Review collected by and hosted on G2.com.

What do you dislike about Gradle Build Tool?

Gradle is JVM centric so it can be difficult to drive adoption with Polyglot teams with bias against Java. Review collected by and hosted on G2.com.

What problems is Gradle Build Tool solving and how is that benefiting you?

Gradle builds our over 3,500 Java projects supporting more than 900 engineers. We could not be successful without the flexibility of its dependency management features. Review collected by and hosted on G2.com.

Response from Justin Reock of Gradle Build Tool

Thanks so much, Danny, we appreciate your support as always!

Dwayne E.
DE
Senior System Administrator
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: Seller invite
Incentivized Review
What do you like best about Gradle Build Tool?

Fast build of android application that I use for DJI drones Review collected by and hosted on G2.com.

What do you dislike about Gradle Build Tool?

I am still testing the tool with some app that I am working on Review collected by and hosted on G2.com.

Recommendations to others considering Gradle Build Tool:

Yes, I would recommend it to others Review collected by and hosted on G2.com.

What problems is Gradle Build Tool solving and how is that benefiting you?

No, problems Review collected by and hosted on G2.com.

Response from Justin Reock of Gradle Build Tool

Thanks Dwayne for the review, sounds like very interesting work!

Verified User in Information Technology and Services
UI
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: Seller invite
Incentivized Review
What do you like best about Gradle Build Tool?

The simplicity of having the build tool do all the work for you :-). In particular, the build scans help with teammate debugging sessions. Review collected by and hosted on G2.com.

What do you dislike about Gradle Build Tool?

With Android, sometimes the builds can be slow, but this isn't always Gradles fault, though it looks that way! :-) Review collected by and hosted on G2.com.

What problems is Gradle Build Tool solving and how is that benefiting you?

Building Android projects. Benefits come from the custom plugin creation and not having to repeat yourself. We're more productive because of it. Review collected by and hosted on G2.com.

Response from Justin Reock of Gradle Build Tool

Thanks so much for the feedback and support, Gradle users ftw too! :)

Michelle W.
MW
Intermediate Business Analyst, Strategic Portfolio Office
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Gradle Build Tool?

Gradle serves as a great integration tool and its allows for quick deployments. It is a great option when you're building Java applications! It is a simple tool and easy to understand, more for beginners. Review collected by and hosted on G2.com.

What do you dislike about Gradle Build Tool?

It was hard to use Gradle with certain web applications and I feel like it is still in the immature stages of being developed. Hard to switch from Maven to Gradle but its a good starting option. Review collected by and hosted on G2.com.

What problems is Gradle Build Tool solving and how is that benefiting you?

It makes developing Java applications easier and it has great customization options! Review collected by and hosted on G2.com.