Header banner
Revain logoHome Page
gradle logo

Gradle Review

1

Β·

Excellent

Revainrating 5 out of 5Β Β 
RatingΒ 
5.0
Development, DevOps Software

View on AmazonView on Π―M

Description of Gradle

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.

Reviews

Global ratings 1
  • 5
    1
  • 4
    0
  • 3
    0
  • 2
    0
  • 1
    0

Type of review

Revainrating 5 out of 5

I had more than 100 projects and i switched to Scala-Native

Easy configuration of dependencies (no need additional software), easy integration into existing project structure/workflowEasy debugging when there are exceptions or problems during executionFast compilation timeCompilation process can be parallelizedVery flexible - you don't always know what will happen if something changesGradles' documentation could use some polishing but generally it's very goodThe possibility that your code wonΒ΄t work because someone else changed one line without changing

Pros
  • The amount / speed
  • Integration with IDEs like IntelliJIdeally, all Java projects should integrate this tool as standard
Cons
  • None