Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-5667

ZK 3rd library dependency issue in ZK 10

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • 10.0.1
    • 10.0.0
    • None
    • None

      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: '*'
      }
      

            DevChu DevChu
            DevChu DevChu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: