Ned Twigg
Ned Twigg
It's not United, so it's not *too* risky to try asking them for help. The primary purpose of this number is to assist with issues regarding flight cancellations. I suspect...
Maybe a better phrase than "no configuration is required" would be "no configuration is available". At DiffPlug, we use this plugin with just `apply plugin: 'eclipse'`, we don't use buildship....
Happy to merge and release a PR, [our contribution guide](https://github.com/diffplug/goomph/blob/main/CONTRIBUTING.md#test-locally) can show how to test it.
You explained this very clearly, but it's a complex issue and I don't have time to dig in. I'm happy to merge and release a PR, and with or without...
The download call is initiated here: https://github.com/diffplug/goomph/blob/d9199e2966d3a009ebb442e4d60da2f6a19314b6/src/main/java/com/diffplug/gradle/p2/P2BootstrapInstallation.java#L90-L96 And then implemented here: https://github.com/diffplug/goomph/blob/d9199e2966d3a009ebb442e4d60da2f6a19314b6/src/main/java/com/diffplug/gradle/FileMisc.java#L54-L72 Happy to merge a PR which adds support for authentication.
Define "intended", haha ;-) I do think this is the *expected* behavior. Eclipse publishes their jars with wide version compatibility ranges - wider than their JRE compatibility. You could make...
I haven't heard of the BOM approach, and I've never seen the `platform` syntax you're using there. But if you're satisfied, I'm satisfied :)
Interesting! I had not heard of those features. I do not plan to explore this further, but I'm happy to review and merge a PR which adds something along these...
Sorry, but the `oomph.ide` part of this project is mostly abandoned. I'm happy to merge PRs for it, and I won't intentionally break it, but the only active part of...
I haven't used vscode for java development, so I don't have much to offer. Happy to merge fixes to code or docs. Off the top of my head, maybe you...