Can you share at least the settings and the build.gradle files probably
in a JIRA issue.
On 2/2/20 10:59 AM, Scott Palmer wrote:
*Product Version:* Apache NetBeans IDE 11.3-beta2
*Java:* 13.0.2; OpenJDK 64-Bit Server VM 13.0.2+8
*Runtime:* OpenJDK Runtime Environment 13.0.2+8
*System:* Mac OS X version 10.15.3 running on x86_64; UTF-8; en_CA (nb)
*User directory:* /Users/scott/Library/Application
Support/NetBeans/11.3-beta2
*Cache directory:* /Users/scott/Library/Caches/NetBeans/11.3-beta2
Gradle project is using:
plugins {
id 'application'
id 'antlr'
id 'org.openjfx.javafxplugin' version '0.0.8'
}
Under the “Configurations” tree item of the project there is an arrow
to expand the tree, but there are no child nodes. The grow just
disappears when I click it and shows nothing more. Shouldn’t there be
nodes for the configurations I am using for dependencies, e.g.
“compile”, “implementation”, “runtimeOnly”?
None of the dependencies declared in my project are showing up in the
“Java Dependencies” sub tree or anywhere else under the project. The
project builds and runs fine.