mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
``` > Task :wpilibcExamples:checkCommands Script '/home/tav/frc/wpilib/allwpilib/shared/examplecheck.gradle': line 135 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.3/userguide/upgrading_version_7.html#task_project at examplecheck_4wsg1s37eigy9vs5arzst20ga$_run_closure5$_closure16$_closure17.doCall$original(/home/tav/frc/wpilib/allwpilib/shared/examplecheck.gradle:135) (Run with --stacktrace to get the full stack trace of this deprecation warning.) ``` Moving the project access outside the doLast block makes it occur at confguration time instead.