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
This commit adds papertrail tracing on release to all modules we release.
This tracing will run on every snapshot and release.
The change to publish.gradle was done because the publish plugin by
default does not write generated pom files or their signatures to with
the same name that they are pushed to the remote repository with. Instead
of capturing "pom-default.xml" in Papertrail (the default name on disk),
we want to use the name it was published with. The afterEvaluate command
included will re-construct the generated name for each module in the
project and write that to disk instead. We can then glob these files
based on their extension just like the jar files.
0 commit comments