Update deprecation messages to change removal version from 2.8 to 3.0

Closes gh-30903
This commit is contained in:
Andy Wilkinson
2022-05-26 13:59:03 +01:00
parent 3e7bd582a3
commit cbf42dea14
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 {