You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 2, 2023. It is now read-only.
When running the docker image the error no main manifest attribute, in api-javadoc.jar is displayed. This is due to the command running *.jar instead of api.jar.
Solution:
Only copy the api.jar and remove the wildcard. This will reduce the docker image size as well.
The text was updated successfully, but these errors were encountered:
Changed line 5 to create the parent directory. Added the PROJ_JAR environment variable similar to api-audit. Only copied the needed jar file. Changed execution from wildcard to the PROJ_JAR.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Affects: <latest - 3.4.20>.
When running the docker image the error
no main manifest attribute, in api-javadoc.jar
is displayed. This is due to the command running*.jar
instead ofapi.jar
.Solution:
Only copy the
api.jar
and remove the wildcard. This will reduce the docker image size as well.The text was updated successfully, but these errors were encountered: