Why are some modules underlined in red in the tool window if all dependencies are enabled?

Answered

Hi!

I have:

IntelliJ IDEA 2019.3.1 (Community Edition)
Build #IC-193.5662.53, built on December 18, 2019
Runtime version: 11-ea+121 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Linux 4.15.0-74-generic
GC: ParNew, ConcurrentMarkSweep
Memory: 1204M
Cores: 6
Registry:
Non-Bundled Plugins: DBN, Lombook Plugin, OdpsStudio, com.jetbrains.ChooseRuntime, marcglasberg.HibernateInspectionsPlugin, org.dnltsk.mapfileplugin, org.jetbrains.kotlin

I work with a multi-module gradle project (12 modules).

For some reason, in the tool window, some modules are underlined in red, although all dependencies are allowed.

How to get rid of it?

0
5 comments

Can you build the project (Build | Rebuild Project action) successfully? Is there any tooltip shown when you hovering over this error?

This might be the https://youtrack.jetbrains.com/issue/IDEA-227568 Could you attach screenshot of File | Settings | Build, Execution, Deployment | Build Tools | Gradle settings page and idea.log file after IDE restart and trying to re-import project in Gradle tool window? Thanks.

For uploading you can use ftp://ftp.intellij.net/.uploads / https://uploads.services.jetbrains.com or any file sharing service.

1
Avatar
Permanently deleted user

The problem disappeared yesterday, but at what point - I did not notice.

The project was built and launched, but I did not see any tooltip.

But it was definitely not this problem (https://youtrack.jetbrains.com/issue/IDEA-227568?_ga=2.124384905.2091632718.1578896851-952176289.1575290145).

Here is a screenshot of the settings. They did not change.

Apparently, the idea.log is now not relevant?

0

Thank for the information. If you have idea.log file containing the time period when issue happened it would worth to check it still. Thank you.

0
Avatar
Permanently deleted user
0

Thanks. Unfortunately see no issues on 14th in log file. Only one INFO message

2020-01-14 11:04:27,873 [ 11795] INFO - penapi.vfs.impl.jar.JarHandler - /opt/gradle/gradle-5.2.1/caches/modules-2/files-2.1/org.seleniumhq.selenium/selenium-firefox-driver/3.141.59/a99f2fe2a42747ed9809d4f62f51a9e1b336dde8/selenium-firefox-driver-3.141.59.jar: META-INF/versions/9 should be a directory 

but it does not look like it can cause the issue.

0

Please sign in to leave a comment.