Giuseppe Barbieri
05/15/2024, 12:48 PMjava.lang.NoClassDefFoundError at CoverageTest.java:30
Caused by: java.lang.ClassNotFoundException at CoverageTest.java:30generated by the integration project running
./gradlew -Dai.djl.default_engine=OnnxRuntime :integration:test
. The missing class(es) are defined in the api project, which the integration one depends on transitively..
I double checked:
• :integration:dependencies
, api project is there
• :integration:test { println(classpath) }
, where "/home/elect/IdeaProjects/djl/api/build/libs/api-0.28.0-SNAPSHOT.jar" is indeed present
there is no module involved, just package-info.java
, but I don't think they matter for this
What am I missing?Vampire
05/15/2024, 2:04 PMGiuseppe Barbieri
05/15/2024, 2:04 PMVampire
05/15/2024, 4:08 PM