Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
maven-publish.gradle: fix 2 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.
- Loading branch information