Uploaded image for project: 'NetBeans'
  1. NetBeans
  2. NETBEANS-3789

Configurations and dependencies occasionaly don't show for Gradle projects

    XMLWordPrintableJSON

Details

    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

          Activity

            People

              lkishalmi Laszlo Kishalmi
              swpalmer Scott Palmer
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 1h
                  1h