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

maven-publish.gradle: fix 2 deprecation warnings #116

Merged
merged 1 commit into from
Jan 30, 2025

Conversation

msgilligan
Copy link
Member

The warnings were:

Space-assignment syntax in Groovy DSL has been deprecated. This is scheduled to be removed in Gradle 10.0.
Use assignment ('url = ') instead. Consult the upgrading guide for further information:
https://docs.gradle.org/8.12.1/userguide/upgrading_version_8.html#groovy_space_assignment_syntax

With this fix there are currently no deprecation warnings.

The warnings were:

Space-assignment syntax in Groovy DSL has been deprecated.
This is scheduled to be removed in Gradle 10.0.
Use assignment ('url = <value>') instead. Consult the upgrading guide
for further information: 
https://docs.gradle.org/8.12.1/userguide/upgrading_version_8.html#groovy_space_assignment_syntax

With this fix there are currently no deprecation warnings.
@msgilligan msgilligan requested a review from schildbach January 29, 2025 21:37
@msgilligan msgilligan merged commit c649ddd into master Jan 30, 2025
8 checks passed
@msgilligan msgilligan deleted the msgilligan/fix-gradle-deprecations-maven-publish branch January 30, 2025 02:26
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