We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need to be able to test. Please create a Heroku instance.
The text was updated successfully, but these errors were encountered:
I am following this article https://devcenter.heroku.com/articles/deploying-gradle-apps-on-heroku. I was getting this error earlier but after following the solution from this issue #22 I am getting this error on heroku This is my current project https://github.com/praveenojha33/yacy_grid_mcp Here is my build.gradle file https://github.com/praveenojha33/yacy_grid_mcp/blob/master/build.gradle and the content of my Procfile is web: java -Dserver.port=$PORT $JAVA_OPTS -jar build/libs/yacy_grid_mcp-0.0.1-SNAPSHOT.jar
build.gradle
web: java -Dserver.port=$PORT $JAVA_OPTS -jar build/libs/yacy_grid_mcp-0.0.1-SNAPSHOT.jar
Sorry, something went wrong.
Locally running heroku local web command this error
heroku local web
Classpath settings must be terribly wrong. Thats possibly an infrastructure problem. Please have a look how other Java projects are doing this.
Duplicate to #22
No branches or pull requests
We need to be able to test. Please create a Heroku instance.
The text was updated successfully, but these errors were encountered: