kelemen / netbeans-gradle-project

This project is a NetBeans plugin able to open Gradle based Java projects. The implementation is based on Geertjan Wielenga's plugin.
172 stars 57 forks source link

CompileOnly Dependencies #378

Closed andreaseberhoefer closed 6 years ago

andreaseberhoefer commented 6 years ago

In Version 2.0.0.2 compileOnly dependencies don't work. If I declare a compileOnly dependency (immutables.org) it is shown in the dependency-tree (under "Provided for main"), but I can't use it in my code. In older versions of this plugin, it works as expected.

andreaseberhoefer commented 6 years ago

After restart of netbeans it works... sorry

kelemen commented 6 years ago

No problem, though it is still strange that restart helped.