Skip to content

Conversation

@cppwfs
Copy link
Contributor

@cppwfs cppwfs commented Nov 19, 2025

Removed all deprecations from build.gradle so to remove clutter from gradlew runs

Replace deprecated task syntax with tasks.register() throughout build configuration to address Gradle 9.1.0 deprecation warnings. This modernization enables lazy task configuration and improves build performance by only instantiating tasks when they're actually needed during the build execution.

Additionally, update Maven repository declarations to use assignment syntax (url = 'value') instead of the deprecated space-separated syntax in both build.gradle and settings.gradle files.

The generatePom task has been refactored to use a configuration block with explicit dependsOn() method call for clarity.

Removed all deprecations from build.gradle so to remove clutter from gradlew runs

Replace deprecated `task` syntax with `tasks.register()` throughout
build configuration to address Gradle 9.1.0 deprecation warnings.
This modernization enables lazy task configuration and improves build
performance by only instantiating tasks when they're actually needed
during the build execution.

Additionally, update Maven repository declarations to use assignment
syntax (`url = 'value'`) instead of the deprecated space-separated
syntax in both build.gradle and settings.gradle files.

The `generatePom` task has been refactored to use a configuration
block with explicit `dependsOn()` method call for clarity.
@cppwfs cppwfs requested a review from artembilan November 19, 2025 13:49
@artembilan artembilan merged commit 3e3779e into spring-projects:main Nov 19, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants