Hi Ethan, as mentioned by other people in the comments, this error happens depending on how the Proxy is configured in your Network. Some Gradle Repositories could be blocked. (In your case, jcenter seems like the problem).
To try and solve this issue you need to open Studio Pro, go to Edit > Preferences:
And then in the Deployment tab, look what you already have configured at the bottom on Use custom repositories (please comment what settings you have):
By default (when you set this property to No), Mendix uses the following two repositories (for my coallegue it seemed like the first one was being blocked, in your case it may be different):
Something you can try :
If that method doesn't work, try these Gradle repos (one by one) with use custom repositories set to Yes:
gradlePluginPortal()
mavenCentral()
jcenter()
google()
In my case I receive the error with the last 2 repos (they are probably blocked in my network).
I hope that helps you fix your issue, best regards!
Hey Ethan, not sure, but you can give a short to this method, first remove community commons and encryption module from your project (go to userlib folder and delete all it's libraries as well ), then reinstall them from marketplace.
Hi!
I had the same issue with Mendix 10.15 Pro using CommunityCommons and OQL modules.
I could solved it by not installing the lastest version of this modules. I installed:
You can install the specific release of the module by switching on the realease tab of the module in the marketplace view.
At least for me, this combination worked on Mendix Pro 10.15 (For those who don't necessarily need the latest version of the modules, this might also work.)