Bumping the version of ASM library may affect the generated bytecode. However, Gradle doesn't take ASM version into account when computing the cache key of instrumented JARs.
This may lead to nasty build cache misses when two Gradle versions re-use the same cache location.
Bumping the version of ASM library may affect the generated bytecode. However, Gradle doesn't take ASM version into account when computing the cache key of instrumented JARs.
This may lead to nasty build cache misses when two Gradle versions re-use the same cache location.