Quantcast
Channel: Gradle Forums - Latest posts
Viewing all articles
Browse latest Browse all 19854

buildSrc classpath instrumentation

$
0
0

Hello,

it seems that Gradle instruments all dependencies declared in the buildSrc project since 6.5. This breaks classes which check their code signature since those are erased by the instrumentation. I already created a bug report #14130.

My question is: Is there a workaround for this issue? Can I disable the instrumentation? Or is there a preferred way instead of putting the libraries into the buildSrc project? The tasks requiring those dependencies are specific to the repository, so a plug-in does not make much sense.


Viewing all articles
Browse latest Browse all 19854

Trending Articles