subramanyeswarachinthala-droid opened a new issue, #15976:
URL: https://github.com/apache/iceberg/issues/15976
While building Iceberg with recent Gradle versions, I see deprecation
warnings:
"Properties should be assigned using the 'propName = value' syntax..."
This occurs due to usage of deprecated Groovy DSL syntax like:
exceptionFormat 'full'
Suggested fix:
Replace with:
exceptionFormat = 'full'
This will be required for Gradle 10 compatibility.
I can work on a PR to address this across the codebase.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]