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 fixes the build for 6.3 after the backport of #32180. First,
the meta plugin build no longer needed to call zip pom generation.
Second, pom generation for the jar needs to only happen when not
building a client jar, because gradle versions before 4.9 get confused
with multiple versions of the same artifact (see #32195).
0 commit comments