Re: "Added a missed class for missing class telemetry"

2020-08-18 Thread fakemai...@gmail.com
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

Re: "Added a missed class for missing class telemetry"

2020-08-13 Thread Baptiste Mathus
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"

"Added a missed class for missing class telemetry"

2020-07-17 Thread red 888
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 {