The example is built fine using gradle 3.1. But I get the following error with gradle 4.8.1:
java.lang.SecurityException: class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same package
Dependency trees (gradle dependencies) are almost identical for both gradle versions except guava versions:
Hi
The example is built fine using gradle 3.1. But I get the following error with gradle 4.8.1:
java.lang.SecurityException: class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same package
Dependency trees (
gradle dependencies
) are almost identical for both gradle versions except guava versions:Gradle 3.1 use newer version of guava:
Gradle 4.8.1:
I added the following to build.gradle:
Dependency trees are identical now. But I still get the same error with gradle 4.8.1.
Could you suggest a solution?