.gradle/caches/modules-2/files-2.1/net.bytebuddy/byte-buddy/1.9.3/f32e510b239620852fc9a2387fac41fd053d6a4d/byte-buddy-1.9.3.jar' using Jetifier.

Failed to transform ‘/Users/user/.gradle/caches/modules-2/files-2.1/net.bytebuddy/byte-buddy/1.9.3/f32e510b239620852fc9a2387fac41fd053d6a4d/byte-buddy-1.9.3.jar’ using Jetifier. Reason: null.

Any news about this?

I was using Gradle 5.2 before that i was using 5.2-rc-1 and as a workaroud in build.gradle
configurations.all {
resolutionStrategy {
force ‘net.bytebuddy:byte-buddy:1.8.22’
force ‘net.bytebuddy:byte-buddy-agent:1.8.22’
}
}

and

force ‘net.bytebuddy:byte-buddy:1.8.22’
force ‘net.bytebuddy:byte-buddy-agent:1.8.22’

The problem in my case is that i cannot run the tests.

[TAG] Failed to resolve variable ‘${version.junit}’
[TAG] Failed to resolve variable ‘${version.mockito}’
[TAG] Failed to resolve variable ‘${project.groupId}’
[TAG] Failed to resolve variable ‘${project.version}’
[TAG] Failed to resolve variable ‘${version.asm}’
[TAG] Failed to resolve variable ‘${version.junit}’
[TAG] Failed to resolve variable ‘${version.mockito}’
[TAG] Failed to resolve variable ‘${version.asm}’
[TAG] Failed to resolve variable ‘${project.groupId}’
[TAG] Failed to resolve variable ‘${project.version}’