Dejan Stojadinović created KAFKA-20103:
------------------------------------------
Summary: [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: Dejan Stojadinović
*Description/scenario:* execute some Gradle task, for example: *./gradlew
releaseTarGz*
*Output shows warnings:*
{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:red}*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}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)