What version of gradle are you using? gradle 4.3, which is what we recommend / use in production, does not do parallel task execution by default. Are you enabling it in your gradle.properties file? Or maybe using a later version of gradle?

-- Kevin


Lennart Börjeson wrote:
19 jan. 2018 kl. 01:10 skrev Kevin Rushforth 
<kevin.rushfo...@oracle.com<mailto:kevin.rushfo...@oracle.com>>:

#2. You should be able to build just the FX bits (outside your IDE) using:

  gradle sdk
-or-
  gradle javadoc



When building on my Mac, I've found that I must specify

gradle --no-parallel sdk

otherwise the build will consistently fail with:


FAILURE: Build failed with an exception.

* What went wrong:
A problem was found with the configuration of task 
':graphics:compileDecoraNativeShadersMac'.
Directory 
'/Users/lennartb/RaT/openJDK/javafx-10/modules/javafx.graphics/build/gensrc/headers/javafx.graphics'
 specified for property 'headers' does not exist.


Best regards,

/Lennart Börjeson

Reply via email to