On Sat, 6 Aug 2022 13:23:05 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
>>> i was thinking of merely creating these two dirs in a new task 'initDirs' >>> and make 'sdk' depend on that task, in the top level build.gradle. Any >>> objections >> >> I suppose that would be OK. I presume you'll check that the presence of the >> empty dirs on Mac doesn't cause any problems? > > As mentioned in an earlier comment, the better way to address this is with an > optional dependency on the generated sources. @kevinrushforth : these empty directories created do not seem to pose a problem on Mac, all the tests are passing (incl. web ones). ------------- PR: https://git.openjdk.org/jfx/pull/858