Build: Add mockito to core javadocs path to prevent warnings in mavenCentral.deps task

This commit is contained in:
zzz
2023-01-02 09:52:15 -05:00
parent a94382458e
commit c0891c4a4c

View File

@@ -197,6 +197,9 @@
<pathelement location="${hamcrest.home}/hamcrest-library.jar" />
<pathelement location="${hamcrest.home}/hamcrest-integration.jar" />
<pathelement location="${hamcrest.home}/hamcrest-all.jar" />
<pathelement location="${mockito.home}/byte-buddy.jar" />
<pathelement location="${mockito.home}/objenesis.jar" />
<pathelement location="${mockito.home}/mockito-core.jar" />
<pathelement location="${junit.home}/junit4.jar" />
<!-- following are only for debian builds -->
<pathelement location="build/libintl.jar" />