file and it silences Gradle.
For Amper it doesnot affect tests. I can still see Gradle screaming all the work it does
Giorgi
05/13/2024, 1:07 PM
message has been deleted
Giorgi
05/13/2024, 1:07 PM
Any other way to hide those extra output?
a
andrey.dernov
05/14/2024, 9:05 AM
Does it work with the same actions for you in pure Gradle IDEA project, but does not work only if Amper is configured for the project? Do project use the same gradle version?
It might very likely be related to this Gradle’s issue: https://github.com/gradle/gradle/issues/19340 that must be fixed since Gradle 8.1 version. IDEA has a special workaround for this.
g
Giorgi
05/20/2024, 1:53 PM
in a pure Gradle project i have 8.6 Gradle version and it works as expected, I see no list of tasks gradle is running
Giorgi
05/20/2024, 1:54 PM
in Amper project I have 8.5 version, but still see task names when I run tests
Giorgi
05/20/2024, 1:54 PM
I can give the link of the project if it will help