Post

Java Code Daily
Java Code Daily@JavaCodeDaily·
Maven & Gradle are the predominant build tools in the Java ecosystem. Maven is significantly more popular than Gradle based on recent developer surveys conducted by @jetbrains, @snyksec, @JRebel_Java, and Google Trends data.
Java Code Daily tweet media
English
12
71
371
0
x
x@hubertwo·
@JavaCodeDaily @jetbrains @snyksec @JRebel_Java Im courious what this “flexible” means in Gradle. In most projects I had occasion to work on the configuration looked pretty the same. It’s a build tool not rocket science. I’m using Maven for years now and as long as it does the job I will stick to it :)
English
1
0
1
0
Luke U
Luke U@ldubox·
@JavaCodeDaily @jetbrains @snyksec @JRebel_Java IMHO the biggest trade-offs... Maven: repeats steps unnecessarily. Requires bashing with clean-all when things break. Gradle: concise, but "write-only" build-logic. Builds are robust (content-based change detection) + rarely needs cleaning. On the whole, I'm a Gradle convert.
English
0
0
0
0
Paylaş