Bash: gradle: command not found

Hi guys,
I’m an Heroku refugee and I would like to try out Render. I have a Spring application running with Gradle and I can’t seem to get it to build on Render.
The same commit works out of the box on Heroku, but running on Render I get the following error message bash: gradle: command not found.
I’ve tried googling around, but I have found no solutions.

Can someone help me out?

Kind regards,
Lex

Hi there,

Thanks for reaching out.

Render doesn’t currently have a Native Environment for Java. You would need to Dockerize the project to run a Java App on Render.

Kind regards

Alan

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.