Steps to Reproduce
open https://zkfiddle.org/sample/2evakjj/1-ZK-5667 and run
Current Result
NoClassDefFoundError
Expected Result
no error
Debug Information
Since ZK 10, we changed from Maven to Gradle.
But we still release maven (POM) and zip version.
There might be some error when excluding dependency in Gradle.
For example:
in build.gradle
api('com.google.guava:guava:32.1.2-jre') { exclude group: '*', module: '*' }
- relates to
-
KEIKAI-724 java.lang.ClassNotFoundException: com.google.common.util.concurrent.internal.InternalFutureFailureAcces
- Closed