jdaugherty opened a new issue, #236: URL: https://github.com/apache/grails-intellij-plugin/issues/236
Reproduce: Import new Grails 3.0.10, import as Gradle (Import from existing -> double click build.gradle). Using gradle wrapper and Auto import is set to false (if it's true grails imports/traits do not work) Let IDEA resolve/index deps. Intellisense works. Add 1 new dependency to build.gradle, eg `compile 'com.sendgrid:sendgrid-java:2.2.2'` IDEA indexes, but that dependency is not resolved in intellisense. Any sendgrid imports/object are red. Work around - Blow away the IDEA project and re-import the project, leaving the dependency in build.gradle. After the initial index that dependency that wasn't available to intellisense is now working. --- *Imported from [IDEA-149513](https://youtrack.jetbrains.com/issue/IDEA-149513) · Type: Bug · Votes: 5* *Comments, attachments, dates and reporter are not part of the export — follow the link above for the full history.* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
