[
https://issues.apache.org/jira/browse/KAFKA-20103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18055270#comment-18055270
]
Dejan Stojadinović commented on KAFKA-20103:
--------------------------------------------
FYI [~chia7712]
> [Gradle] Properties should be assigned using the 'propName = value' syntax
> --------------------------------------------------------------------------
>
> Key: KAFKA-20103
> URL: https://issues.apache.org/jira/browse/KAFKA-20103
> Project: Kafka
> Issue Type: Sub-task
> Components: build
> Reporter: Dejan Stojadinović
> Assignee: Chia-Ping Tsai
> Priority: Minor
> Labels: Gradle, gradle
> Attachments: screenshot-1.png
>
>
> *Description/scenario:* execute some Gradle task, for example: *./gradlew
> releaseTarGz*
> *Output shows this line:*
> {quote}[Incubating] Problems report is available at:
> [file:///home/username/kafka/build/reports/problems/problems-report.html]
> {quote}
> *problems-report.html* shows this warning:
> {quote}[warn] Properties should be assigned using the 'propName = value'
> syntax. Setting a property via the Gradle-generated 'propName value' or
> 'propName(value)' syntax in Groovy DSL has been deprecated.`:1159`
> {color:#FF0000}*This is scheduled to be removed in Gradle 10.*{color}
> Properties should be assigned using the 'propName = value' syntax. Setting a
> property via the Gradle-generated 'propName value' or 'propName(value)'
> syntax in Groovy DSL has been deprecated.
> - Solutions
> [enum] Use assignment ('duplicatesStrategy = <value>') instead.
> {quote}
> (i) For more details see attached screenshot and Gradle documentation link
> below.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)