Commit a21a108
authored
Fix deprecated Gradle features warning (#3086)
This change fixes the following warning from the CI builds:
Deprecated Gradle features were used in this build, making it incompatible with Gradle 10.
When warnings was turned on, Gradle was reporting:
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.`:81`
This is scheduled to be removed in Gradle 10.
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.`:82`
This is scheduled to be removed in Gradle 10.1 parent ffa351e commit a21a108
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | | - | |
| 81 | + | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
0 commit comments