Anyone have any suggestions on the best hosting si...
# ktor
k
Anyone have any suggestions on the best hosting site for ktor? I'm working with Heroku now but really don't like it
Want something easy to use
f
What exactly is your challenge with Heroku? I haven't used it for ktor but I would assume it should be pretty simple and straightforward.
k
I'm trying to run the shadowjar task to create the fatjar but while the command works locally, it doesn't work on Heroku. Without that, it won't run
f
k
Yes, I've tried that. It seems that Heroku will run ./gradlew stage which seems to exceed memory usage
Finally got it: This is what I needed in my build file:
Copy code
task stage(dependsOn: ['assembleShadowDist'])