goomph
goomph copied to clipboard
IDE as build artifact
In the eclipse APT plug in, generated sources by default get placed in `.apt_generated`. If this is configurable, could you please update the plugin docs to describe how to do...
I am in the process of migrating a project from net.ltgt.apt-eclipse to com.diffplug.eclipse.apt, and I'm running into an issue when running the :ideSetupP2 task: ``` FAILURE: Build failed with an...
## Purpose of this PR This PR makes XML comparisons in tests deterministic by normalizing attribute order before asserting equality. When running tests under [NonDex](https://github.com/TestingResearchIllinois/NonDex), XML attributes may appear in...
https://github.com/diffplug/goomph/blob/main/src/main/java/com/diffplug/gradle/eclipse/apt/EclipseJdtApt.java#L117 The `EclipseJdtApt#setGenTestSrcDir(Object)` method targets the wrong extension property - it should be `genTestSrcDir` rather than `genSrcDir`. I'll provide a PR shortly.
Simple fix to allow setting the genTestSrcDir property with a lazy provider/property