Ned Twigg
Ned Twigg
Fantastic, that's definitely enough testing!
Just FYI, if you open a file in GitHub and press `y`, it will change the URL to be an immutable link based on the object hash (doesn't go stale...
Sorry it took so long, but the xml problem you found has finally been fixed in `3.20.0`. Hope I haven't been blocking you this whole time!
I just added instructions for how to go about this [here](https://github.com/diffplug/goomph/blob/master/HOW_TO_AUTOMATE_IDE.md). If you're able to figure out how to do it, I'll be happy to help integrate it back into...
Try `gradlew --stop` to kill the daemon, then try the plugin in a real project again. There's a gradle bug somewhere about embedded resources and maven local.
Sounds good. Lets make sure to document workaround for future users - if you want your projects to be shared in Git, then: - add the egit feature to the...
I'm inclined to just leave it here as an open issue. Easy to search. If you think of someplace it would fit, feel free to put it there instead :)
The environment will include whatever p2 bundles you specified. So if you added the egit feature, then it is available when your code runs.
> but this is not the case What is it doing instead? An empty jar? An exception?
I think we'll need to see where you modify the jar task. I bet it has to do with changes from #79.