Hi, Chris Will doing this make each version of our distribution (which contains all jars in the lib directory) larger? If not, it feels like it's worth doing
Best ---------- Xinyu Tan On 2024/08/13 08:29:16 Christofer Dutz wrote: > Hi all, > > every few days when I pull in some changes from master, IntelliJ lose my > “enabled profiles” selection and with it the “get-jar-with-dependencies” > profile. > Then all of my IntelliJ DB connections fail because the jar is no longer > being built. > > How about we add the fat-jar stuff to modules such as the JDBC permanently? > Currently, if enabled we build many, many fat jars, even where it doesn’t > really make any sense. > I would propose to clean up the build: Remove the global fat-jar profile and > simply add the fat-jar creation to those modules, where it makes sense: > > > * JDBC > * CLI > * ??? > > What do you think? > > Chris > >