We had the same problem with maven but at the end, maven's multi-module project and profiles helped to solve it.
понеділок, 8 березня 2021 р. о 13:57:53 UTC+1 Luis Fernando Planella Gonzalez пише: > Nice article. > However, I have to argue in favor of Gradle instead of Maven. > The project I work is so huge, and we use a lot of code generation in > several places. > With Maven + Eclipse, it was a pain to have everything generated, > recompiled, built, regenerated, recompiled.... all the time. > Gradle is much smarter to not redo things without need, so when we > switched from Maven to Gradle, the entire IDE seemed many times faster! > Of course, for small, simple projects, even if Gradle is 10x faster than > Maven, say 200ms vs 2s, it is not that terrible. In our case, with Maven, > it blocked everything for several seconds, even minutes, whenever we saved > some files. And that was unusable for daily work. > > Em sábado, 6 de março de 2021 às 11:47:36 UTC-3, [email protected] > escreveu: > >> Nice >> >> [email protected] schrieb am Samstag, 6. März 2021 um 09:13:16 UTC+1: >> >>> Just finished my article *"10 Best Java Frameworks to Use in 2021"* >>> >>> There are a lot of such article outside but this time GWT is not dead 😅 >>> >>> http://bit.ly/JavaFrameworksBest2021 >>> >>> Enjoy and have a nice weekend, >>> Lofi >>> >> -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/06b8bf77-5db8-4e91-ab37-a69e66021cd0n%40googlegroups.com.
