-
Notifications
You must be signed in to change notification settings - Fork 35
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
Plugin is incompatible with Gradle 7 #92
Comments
The problem seems to be here:
|
Yes, I'm trying to work out how to update this without having to rewrite all the tests. |
Thank you! |
Just got this issue when updating my project to Gradle 7.0, glad that you folks are already tracking it! |
Any update on this? 🙏 |
I've uploaded 0.31 with a partial fix (it still uses a deprecated api). Please could you take a look? |
@maiflai yay! it works!!! thanks! |
@maiflai it's working! thanks! 🚀 |
@maiflai works like a charm!! thanks! |
works like a charm indeed! thanks for fixing! :D |
thanks folks. |
ScalaTestAction calls org/gradle/process/internal/DefaultExecActionFactory.root() with
null
forgradleUserHome
; this is no longer supported starting with Gradle 7 (commit with the change).Also, the method called is deprecated; the comment says:
The text was updated successfully, but these errors were encountered: