When I use Gradle from the command line I can compile the SDK and JavaFX example. Therefore I can even execute the example.
However, this does not work at all inside Netbeans (using Gradle).
On the other hand, if I try to use Maven instead and connect to bintray or jcenter. It also fails in Netbeans.
The main reason here seems to be that when adding the setting.xml with the connection to bintray (eyetribe) repo, the .index is not available,
therefore Netbeans the Netbeans Maven plugin is unable to download the dependencies list.
Any help or ideas?