Skip to content

gradle: set the some property values with =

The old way is marked as deprecated.

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.

That will avoid some warnings during building and prepare for Gradle 9.

Merge request reports

Loading