5 ms·
If you are using maven you should tell your agent to use its quiet mode or rtk, because mvn love to write a lot of useless output.
by hokkos 6d ago
If you are using maven you should tell your agent to use its quiet mode or rtk, because mvn love to write a lot of useless output.
- jakozaur 6d agoI believe RTK would work well in that use case. Sometimes creating less verbose variants yourself (a simple script, build.sh, with pointers to logs) can be a quick win.