I think we can try resolving this warning.
❯❯❯ ./gradlew build -x test --warning-mode=all
... (omitted) ...
> Task :validateYaml
Invocation of Task.project at execution time has been deprecated. This will fail with an error in Gradle 10.0. This API is incompatible with the configuration cache, which will become the only mode supported by Gradle in a future release. Consult the upgrading guide for further information: https://docs.gradle.org/8.14.2/userguide/upgrading_version_7.html#task_project
[Incubating] Problems report is available at: [REDACTED]
BUILD SUCCESSFUL in 657ms
22 actionable tasks: 1 executed, 21 up-to-date
From zierler-f/YAML-Validator-Plugin#9, it would be good choice to change yaml validator.
I think we can try resolving this warning.
From zierler-f/YAML-Validator-Plugin#9, it would be good choice to change yaml validator.