I seem to not be able to sync Gradle anymore in th...
# arrow-contributors
y
I seem to not be able to sync Gradle anymore in the Arrow repo because of an error:
Copy code
Could not determine the dependencies of task ':arrow-annotations:check'.
> Could not create task ':arrow-annotations:animalsnifferMain'.
   > Could not create task of type 'AnimalSniffer'.
      > Could not generate a decorated class for type AnimalSniffer.
         > org/gradle/api/reporting/internal/TaskReportContainer
This seems to only happen with Gradle 8.11 which was committed yesterday. Not sure why this issue isn't happening in the repo though. This also happens when I try to do
./gradlew build
in the terminal. Can anyone confirm that this happens for them too? Edit: it seems that building triggers animalSniffer, and it seems that it highlights a bunch of errors?? Is animal sniffer just not used anymore? Is running
build
common practice?
a
I also got this, I'll revert the Gradle version in the repo to 8.10.2