-
Notifications
You must be signed in to change notification settings - Fork 3
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
ProjectInternal#evaluate() fails when using redistribute Gradle APIs on 7.+ #52
Comments
Starting with Gradle 7.0, a new service was introduced
The This issue is somewhat related to a problem with the TestKit API JAR when it tries to detect the current Gradle version. However, it is outside the scope of this issue. |
We may be forced to rerelease the Gradle APIs for version 7.+ with a patch to the API. I don't want to start patching the API, but if it's the only way, we may have to do this. A disclosure will have to be bundled with the Gradle API if we do apply a patch. |
Instead of fixing internal APIs, we could allow some way to mock
We would benefit from having a mock-ish API for |
We should investigate if we can position the generated JARs (copy) to the correct place (without colliding with actual Gradle JARs) so the assumption baked into Gradle can still work. |
ProjectInternal#evaluate()
fails with:The text was updated successfully, but these errors were encountered: