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
fix(publish): guard javadoc metadata dependency with task matching
Use tasks.matching instead of tasks.named to avoid configuration errors when plainJavadocJar or generateMetadataFileForMavenPublication tasks don't exist (e.g., during test-only runs).
0 commit comments