Closed notyy closed 5 years ago
Hi,
I think we need to update the play
script here:
Because of https://github.com/playframework/playframework/pull/8243.
We can change it to be more resilient to updates like:
AGENT=$(find $DIR/target/universal/stage/ -name jetty-alpn-agent*.jar | head -1)
Do you mind opening a pull request to fix it?
User's issue here is likely that there is no explicit readme
instruction to run sbt stage
before running ./play run
, thus ../jetty-alpn-agent-2.0.6.jar wouldn't be there in any case.
This will be fixed with #71
when running ./play run, following error message shows:
should I download the jar and put it to the specified place by myself? or do I missed some step?