gradle-node-plugin
gradle-node-plugin copied to clipboard
Bun cleanup
- [ ] Verify the tests
- [ ] Verify that the tests actually test bun
- [ ] Check that the test cases use either a downloaded or local copy of bun
- [ ] Use the same bun version in tests that download bun
- [ ] Verify manually that
download = truebun works - [ ] Verify manually that
download = falsebun works - [ ] Check if anything from
BunExecRunnercan be shared between the other ExecRunners - [x] BunxTask accidentally uses
npx
Extracted from https://github.com/node-gradle/gradle-node-plugin/issues/290#issuecomment-1774057375
nice