goomph icon indicating copy to clipboard operation
goomph copied to clipboard

EclipseJdtApt#setGenTestSrcDir sets the wrong underlying property

Open lkoe opened this issue 2 months ago • 1 comments

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.

lkoe avatar Oct 17 '25 07:10 lkoe

As it goes, got sidetracked by other work and took a while to return here.

PR is now added.

lkoe avatar Dec 01 '25 07:12 lkoe