Hi. in other projects I write `org.gradle.logging....
# amper
g
Hi. in other projects I write
org.gradle.logging.level=quiet
in
gradle.properties
file and it silences Gradle. For Amper it doesnot affect tests. I can still see Gradle screaming all the work it does
message has been deleted
Any other way to hide those extra output?
a
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
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
in Amper project I have 8.5 version, but still see task names when I run tests
I can give the link of the project if it will help