Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
11.3
-
macOS 10.15
JDK 13.0.2
Description
Expanding the Projects pane, I expect to see under Configurations the configurations and dependencies related to my project. Sometimes Configurations is empty, other times it is only partially filled in, yet other times it appears to be complete.
Example build.gradle:
apply plugin: 'java' apply plugin: 'jacoco' apply plugin: 'application' group = 'my.company' mainClassName = 'my.company.Main' repositories { mavenCentral() jcenter() mavenLocal() } dependencies { compile 'org.jitsi:libjitsi:1.0-SNAPSHOT' // built and in mavenLocal cache testCompile 'junit:junit:4.12' }
//////
In the above project only the testCompile configuration is shown. For that configuration dependencies hamcrest-core:1.3 and junit:4.12 were shown. The other dependency, libjitsi, was not shown at all, nor was the "compile" configuration.
Attachments
Issue Links
- is duplicated by
-
NETBEANS-4924 Libraries not shown in Configuration node for Gradle Projects
- Closed
-
NETBEANS-4915 Gradle Web application - Server and JavaEE version no longer detected since 12.2
- Closed
- links to