Merge branch '2.5.x'

Closes gh-28207
This commit is contained in:
Andy Wilkinson
2021-10-06 10:03:24 +01:00
31 changed files with 67 additions and 65 deletions

View File

@@ -26,8 +26,8 @@ import org.gradle.api.tasks.Upload;
* {@link Action} that is executed in response to the
* {@link org.gradle.api.plugins.MavenPlugin} being applied.
*
* @deprecated since 2.5.0 in favor of using the {@link MavenPublishPlugin}
* @author Andy Wilkinson
* @deprecated since 2.5.0 in favor of using the {@link MavenPublishPlugin}
*/
@Deprecated
final class MavenPluginAction implements PluginApplicationAction {