thirdPartyAudit FAILED when gradle check

Had anyone experienced this error before?

:benchmarks:thirdPartyAudit FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':benchmarks:thirdPartyAudit'.
URI is not hierarchical

I just did "gradle assemble" and then "gradle check" (before these I cloned from git)
I even did not modify any code
Thank you in advance
J

Try a gradle clean again.

Any chance you are running gradle from a subdir ?

Hi David,
"gradle clean" not working. Still having this error.
and how to run gradle from subdir? cd to benchmarks?

Thank you for your help
J

So you did not cd. Ok then that's weird.

I have no idea TBH.

Was having similar issues at some point but then I ran gradle clean check from the root dir and it worked.

Will be fixed by https://github.com/elastic/elasticsearch/pull/23612

1 Like

Thank you so much Yannick !

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.