tdillon

Results 4 comments of tdillon

Being able to configure the plugin from the command line is needed for various CI/CD purposes such as: - configure properties specific to the build server - configure properties needed...

I think an init script could be used to override/configure the plugin. Here is a simple example to override the report formats. **`init.gradle`** ```gradle rootProject { afterEvaluate { project ->...

> Maybe I'm not understanding something but why is the `Content-Type` header being set in the first one? This shouldn't affect anything but /shrug this seems like a weird bug....

The issue exists with `1.33.0`. The stacktrace has one extra level (i.e., `eventLoopTick`). ```shell at eventLoopTick (ext:core/01_core.js:166:11) at async mainFetch (ext:deno_fetch/26_fetch.js:266:12) at async fetch (ext:deno_fetch/26_fetch.js:490:7) at async file:///C:/.../deno-api-scripting/test.ts:10:22 ```