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

Preprocessing dependency classes

$
0
0

Is there a way, in a gradle plugin, to preprocess dependency classes using frameworks like ASM?

I am trying to create an access transformer, to strip private/protected access from certain dependencies, and the best way I can think of doing this would be to modify the dependency classes bytecode.

Thanks


Viewing all articles
Browse latest Browse all 20311

Trending Articles