I'm experimenting with deploying a Gradle app on Heroku. Here is the code: https://github.com/sarbogast/spark-groovy-hello-world/tree/master
When I run 'gradle stage' and the command in Procfile locally, it works. But when I push to Heroku, the app crashes and the log says it can't find the script:
bash: build/install/spark-groovy-hello-world/bin/spark-groovy-hello-world: No such file or directory
I'm still a beginner with Heroku, so I don't understand everything about how it works.