Issue is solved by Mendix, you now can deploy again on free cloud
Dear Marek Piotrów ,
I think Mendix is working on this issue. You can confirm the same by raising support ticket.
In future, you can check the status here - status.mendix.com and raise support ticket here - support.mendix.com.
Hope my answer helps. Reach me out for any queries.
This might be related to the current Mendix Cloud deployment package build issue (status.mendix.com) rather than your application itself. The status page recently showed an incident regarding Failures on building Deployment Packages, and the team has already implemented a fix and is monitoring the results.
From the log, the error:
error: release version 21 not supported
suggests that the cloud build agent is not using Java 21 correctly, even though your local environment is configured for Java 21.
I'd recommend trying to Build Deployment Package locally from Studio Pro or Mendix Modeler. If the local build succeeds, it is likely an issue with the cloud build environment rather than your project.
Kindly mark this as the accepted answer if it helps.
I have the same error on 2 of my previous 11.6 Free apps
Hi Marek,
Your logs are saying
ERROR: An error occurred while compiling Java actions [compile] 2026-07-01T07:40:14.046928144Z
and
Execution failed for task ':compile'. [compile] 2026-07-01T07:40:14.059797450Z > error: release version 21 not supported
So your java actions are failing while compiling,
I believe there is a mismatch of jdk
I found a support ticket facing the same issue. check this out.
https://support.mendix.com/hc/en-us/articles/21585239660956-Error-release-version-xx-not-supported
Hope this helps. 🙂
Seems like this is a different issue than the issue that occurred yesterday (which someone posted earlier in this thread).
Yes issue is solved, all works fine, thanks :)