Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: bcbec74376
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| from("../Wurstpack/wurstscript/grill") { into(".") } | ||
| } else { | ||
| from("../Wurstpack/wurstscript/wurstscript") { into(".") } | ||
| from("../Wurstpack/wurstscript/grill") { into(".") } |
There was a problem hiding this comment.
Bundle grill-cli jar before shipping unix grill launcher
This new copy step adds the grill binary to Linux/macOS slim distributions, but the same assembleSlimCompilerDist task only stages shadowJar under wurst-compiler and does not stage any grill-cli/grill.jar. A repo-wide search for grill-cli only finds launcher scripts, so the shipped Unix grill command will always fail at runtime with the missing-jar error instead of starting.
Useful? React with 👍 / 👎.
No description provided.