IDESupport Convention
Configure IntelliJ IDEA to download sources and Javadoc.
This means the IDE will pre-load dependency sources, making them available for reference
Apply this plugin to your project in the plugins block:
plugins {
id("eu.aylett.conventions.ide-support")
}
Content copied to clipboard
Or by applying the Conventions plugin:
plugins {
id("eu.aylett.conventions")
}
Content copied to clipboard