Skip to content

Update to Gradle 7 to support build process using Java 11+ #661

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

Closed
codeanticode opened this issue Aug 12, 2021 · 2 comments
Closed

Update to Gradle 7 to support build process using Java 11+ #661

codeanticode opened this issue Aug 12, 2021 · 2 comments

Comments

@codeanticode
Copy link
Contributor

With the ECJ build with Processing 4, getting the error: "Could not run phased build action using connection to Gradle"

This is caused by the incompatibility between Gradle 6.x used by the mode and the Java 11 in the latest ECJ:

https://discuss.gradle.org/t/could-not-run-phased-build-action-using-connection-to-gradle/40466

@rupeshkumar22
Copy link
Contributor

rupeshkumar22 commented Apr 7, 2022

@codeanticode I saw you did some important changes in processing4 branch to make it compatible with p4. I compared these changes in processing4 branch with master branch. Is this issue still unresolved? I tried processing 4 with processing4 Android Mode Branch, and I was able to compile and run apps on the device through that. Is this branch expected to be merged with Master in the future to support Android Mode in processing 4? Are there any known issues for this branch to work on?
Thanks

@codeanticode
Copy link
Contributor Author

I think it's done with this commit ddabf0e that updates all the Gradle stuff to 7.x. Seems to work in the alpha3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants