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
John Jose edited this page Jan 16, 2023
·
2 revisions
IDE Documentation in the root build.gradle file
Some Integrated Development Environments (IDE)s can display Conclave documentation while you edit code. For this to
work, you must add some configuration to the root build.gradle depending on your IDE.
Start by adding the Gradle plugin required to support your IDE. Note that Visual Studio Code shares the configuration
provided by the eclipse plugin.
plugins {
id 'java'
id 'idea'
id 'eclipse'
}
Then add sections to tell the IDEs to download Javadoc for dependencies.