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
I'm not sure if this is the correct place to ask. We've recently updated to 4.15.2 of the gradle artifactory plugin and noticed that our artifactory is no longer handling snapshots correctly. Looking at the request logs a deploy now looks something like:
where previously the following was published 20200529151723|333|REQUEST|xxx.xxx.xxx.xxx|usr|PUT|/maven-dev-local/foo/bar/trunk-SNAPSHOT/bar-trunk-SNAPSHOT.jar;build.timestamp=159076183508;build.name=BUILD;build.number=1590761839233|HTTP/1.1|201|4178
Switching back to version 4.13.0 of the plugin we get the additional properties in the put. Is there something else that needs to be set for these properties to be added post 4.13?
Thanks for any help
The text was updated successfully, but these errors were encountered:
Hi,
I'm not sure if this is the correct place to ask. We've recently updated to 4.15.2 of the gradle artifactory plugin and noticed that our artifactory is no longer handling snapshots correctly. Looking at the request logs a deploy now looks something like:
20200529160718|1437|REQUEST|xxx.xxx.xxx.xxx|usr|PUT|/maven-dev-local/foo/bar/trunk-SNAPSHOT/bar-trunk-SNAPSHOT.jar|HTTP/1.1|201|2340
where previously the following was published
20200529151723|333|REQUEST|xxx.xxx.xxx.xxx|usr|PUT|/maven-dev-local/foo/bar/trunk-SNAPSHOT/bar-trunk-SNAPSHOT.jar;build.timestamp=159076183508;build.name=BUILD;build.number=1590761839233|HTTP/1.1|201|4178
Switching back to version 4.13.0 of the plugin we get the additional properties in the put. Is there something else that needs to be set for these properties to be added post 4.13?
Thanks for any help
The text was updated successfully, but these errors were encountered: