gradle-node-plugin icon indicating copy to clipboard operation
gradle-node-plugin copied to clipboard

Bun cleanup

Open deepy opened this issue 2 years ago • 1 comments

  • [ ] 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 = true bun works
  • [ ] Verify manually that download = false bun works
  • [ ] Check if anything from BunExecRunner can 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

deepy avatar Oct 22 '23 10:10 deepy

nice

Jarred-Sumner avatar Oct 28 '23 05:10 Jarred-Sumner