ddeSide
ddeSide
Ok I think I found the first issue in my config. The Jmolecules dependencies should be added to `testFixturesByteBuddy` and not `byteBuddy`. With this change, only a `testFixturesByteBuddy` task is...
I haven't dig into it too much, but `ByteBuddyTaskConfiguration#configureDirectories` should probably take the `SourceSet` as input and not the `SourceDirectorySet` (or both) to set the raw directory name.
I attempted to modify the `testFixturesByteBuddy` task created by ByteBuddy to change the source directory (and the destination directory of the corresponding compile task), and it appears to work well....
Hi, I dug a bit into this issue and understood a bit more about what is happening here. In summary, it's a mix of misconfiguration on our side and what...