hallvard
05/07/2020, 10:56 AMgradle check
in the console, gradle seems to eat my log statements. This trick: https://stackoverflow.com/a/9357286 didn't help (I guess it's too old). Does anyone know how I get my logging visible during tests in my MPP?hallvard
05/07/2020, 11:19 AMtasks.withType(Test)
(instead of just test
) did the trick.