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

compatibility with Gradle 8.x #92

Open
sdavids opened this issue Mar 3, 2024 · 2 comments
Open

compatibility with Gradle 8.x #92

sdavids opened this issue Mar 3, 2024 · 2 comments

Comments

@sdavids
Copy link

sdavids commented Mar 3, 2024

Task :animalsnifferCacheMain
Invocation of Task.project at execution time has been deprecated. This will fail with an error in Gradle 8.0. Consult the upgrading guide for further information: https://docs.gradle.org/7.6.4/userguide/upgrading_version_7.html#task_project

$ ./gradlew wrapper --gradle-version=7.6.4
$ ./gradlew check --warning-mode all
@sdavids sdavids changed the title animalsnifferCacheMain compatibility with Gradle 8.x compatibility with Gradle 8.x Mar 3, 2024
@xvik
Copy link
Owner

xvik commented Mar 4, 2024

Will do, but in a month (or few months). I'm updating my other plugins right now and have to spend much time on configuration cache support.

@xvik
Copy link
Owner

xvik commented Apr 17, 2024

Plugin works under gradle 8 because project usage in tasks is still allowed in gradle 8 (should lead to error only under upcoming gradle 9). So you can already use it.

I willl, of course, update tasks to fix this warning, but it will take some time (working on it).

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