fishy commented on PR #2896: URL: https://github.com/apache/thrift/pull/2896#issuecomment-1839489031
This change breaks java/kotlin tests with: ``` * Where: Script '/home/runner/work/thrift/thrift/lib/java/gradle/codeQualityChecks.gradle' line: 15 * What went wrong: A problem occurred evaluating script. > Cannot set the value of extension 'spotbugs' property 'effort' of type com.github.spotbugs.snom.Effort using an instance of type java.lang.String. ``` which also cause us to stop running cross-tests. @Jimexist can we move this change out of the critical path of CI? this seem to bring in breaking changes quite often, and whenever that happens it will stop us from running cross-tests. maybe run it as a separate step not be the dependency of cross-test? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
