Merge branch '2.6.x' into 2.7.x

Closes gh-31174
This commit is contained in:
Andy Wilkinson
2022-05-26 14:01:23 +01:00
27 changed files with 58 additions and 58 deletions

View File

@@ -25,7 +25,7 @@ import org.gradle.jvm.application.tasks.CreateStartScripts;
*
* @author Andy Wilkinson
* @since 2.0.0
* @deprecated since 2.5.10 for removal in 2.8.0 in favor of {@link CreateStartScripts}.
* @deprecated since 2.5.10 for removal in 3.0.0 in favor of {@link CreateStartScripts}.
*/
@Deprecated
public class CreateBootStartScripts extends CreateStartScripts {