Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deprecated Gradle task creation #34617

Conversation

dmitrysulman
Copy link
Contributor

@dmitrysulman dmitrysulman commented Mar 19, 2025

Gradle Project.task methods are deprecated in favor of tasks.register methods.

This PR replaces all occurrences of deprecated methods in build.gradle files.

This commit replaces deprecated Gradle `task` method with new
`tasks.register` method

Signed-off-by: Dmitry Sulman <[email protected]>
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Mar 19, 2025
@sbrannen sbrannen added type: task A general task and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Mar 19, 2025
@sbrannen sbrannen self-assigned this Mar 19, 2025
@sbrannen sbrannen added this to the 6.2.6 milestone Mar 19, 2025
@sbrannen sbrannen closed this in 5455c64 Mar 20, 2025
@sbrannen
Copy link
Member

This has been merged into 6.2.x and main.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: task A general task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants