Alex Nordlund

Results 385 comments of Alex Nordlund

Since `NodeSetup` only has a single output and `files()`/`layout.files()` can accept tasks and `FileCollection`s support `filter()` maybe you'd be able to do something like: `files(tasks.named('nodeSetup')).filter { it.name == 'node' &&...

Sorry about the delayed response, managed to get a nasty wisdom tooth issue. Good job with the tests! I guess the environment variable would be the easiest way, the documentation...

The arg is supposed to be `--noproxy`, I got mixed up with `git`, sorry about that!

I mostly develop on a Mac so I can have a look at the tests failing, although looking on the branch and on travis they look green, is there something...

Sorry I should've clarified, I was complaining about npm doing it, not commenting on how we do it. I've got my hands mostly full at the moment so it'll be...

Using the environment variables instead of passing parameters does have one downside. The settings do not appear in `npm config ls` We could get around that by using `NPM_CONFIG_PROXY` and...

There's a `getArgs()` you can use instead

hmm, I'll have to think a little bit about that, but in the meantime a not-so-pretty-workaround is to set `--package` as command and `args.addAll(npxPackage)` the way that it's done is...

You could work around this by setting `distBaseUrl` to `null` and adding the repository manually, but you still wouldn't be able to say `version = 'latest-v10.x'` atleast not if I...

We could probably do version detection from the `SHASUMS256.txt` file and that way support something like `version = '10.+'`, but then we'd have to create our own repository instead of...