I just want to not see these warnings without having to filter out all
other warning output
In my build.gradle I have to set *events 'standard_out'* because if I do
*showStandardStreams
true* to see everything these warnings make the output literally
unreadable
This makes it hard to use the
Looks like more a question for the dev list?
What are you trying to do more precisely?
Le ven. 17 juil. 2020 à 17:40, red 888 a écrit :
> Im trying to run the test harness and im seeing a ton of these warnings
>
> This says resolved but Im seeing it
> on "org.jenkins-ci.main:jenkins-war:2.235"
Im trying to run the test harness and im seeing a ton of these warnings
This says resolved but Im seeing it
on "org.jenkins-ci.main:jenkins-war:2.235"
https://issues.jenkins-ci.org/browse/JENKINS-60725
# build.gradle
apply plugin: 'groovy'
ext {
jobDslVersion = '1.77'
}
sourceSets {