apache / apache/iceberg

Gradle deprecation warnings: replace Groovy DSL property assignment syntax

Open
#15,976 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
9.2k
Forks
3.5k
Avg merge
2d 11h
Merged PRs (30d)
132

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.