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
Description of the issue:
When a timestamped version of a snapshot dependency is used, jib includes the jar representing the snapshot which is usually the latest timestamp, hence not being able to make a reproducible build.
Environment:
Description of the issue:
When a timestamped version of a snapshot dependency is used, jib includes the jar representing the snapshot which is usually the latest timestamp, hence not being able to make a reproducible build.
Example:
In this case from debug logs I get:
This will represent the latest version of the file.
Expected behavior:
Instead of generic snapshot, timestamped snapshot should be picked and added to the classpath
The text was updated successfully, but these errors were encountered: