Skip to content

Conversation

@kahgoh
Copy link
Member

@kahgoh kahgoh commented Feb 2, 2026

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.

Example from CI: https://github.com/exercism/java/actions/runs/21563114872/job/62130171648#step:4:1426

pull request


Reviewer Resources:

Track Policies

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.
@kahgoh kahgoh requested a review from jagdish-15 February 2, 2026 04:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant