You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The NetBeans IDE detects a failed dependency, so it marks the project as broken.
The same happens when I executed ./gradlew dependencies from the commandline on pristine git checkout of the micronaut-test project, so I suppose the project is missing some configuration. It seems this is caused by a missing repositories for regular (non-plugin) artifacts.
Task List
Steps to Reproduce
git clone git@github.com:micronaut-projects/micronaut-test.git
./gradlew dependencies
on themicronaut-test
root projectIDE steps to reproduce:
git clone git@github.com:micronaut-projects/micronaut-test.git
File | Open project
and openmicronaut-test
Expected Behaviour
Dependencies should be printed, like
Actual Behaviour
Failed dependency is printed:
Environment Information
Full description
The NetBeans IDE detects a failed dependency, so it marks the project as broken.
The same happens when I executed
./gradlew dependencies
from the commandline on pristine git checkout of themicronaut-test
project, so I suppose the project is missing some configuration. It seems this is caused by a missingrepositories
for regular (non-plugin) artifacts.I suggest to add
that repository is used by
micronaut-build
,micronaut-core
projects as well.The text was updated successfully, but these errors were encountered: