Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ClassNotFoundException on Gradle 8.11 #100

Closed
kyay10 opened this issue Nov 14, 2024 · 2 comments
Closed

ClassNotFoundException on Gradle 8.11 #100

kyay10 opened this issue Nov 14, 2024 · 2 comments

Comments

@kyay10
Copy link

kyay10 commented Nov 14, 2024

Getting the error:

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 only happens on 8.11, and seems to be because the plugin tries to use TaskReportContainer

@xvik
Copy link
Owner

xvik commented Nov 15, 2024

Thank you for the info!
Problem confirmed, but it'll take some time to fix. Plus, most likely, this release will also include android support (contributed yesterday), which will also take time.

xvik added a commit that referenced this issue Nov 18, 2024
fix report file disable;
add AnimalSniffer task shortcut (to simplify report configuration)
xvik added a commit that referenced this issue Nov 18, 2024
fix report file disable;
add AnimalSniffer task shortcut (to simplify report configuration)

(cherry picked from commit b45a7fd)
@xvik
Copy link
Owner

xvik commented Nov 18, 2024

released 1.7.2 hotfix version (mentioned android support would be a part of upcoming 2.0)

@xvik xvik closed this as completed Nov 18, 2024
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

No branches or pull requests

2 participants