Added comment instead of direct `java` dependency

pull/9/head
Jakub Chrzanowski 4 years ago
parent 4f3c95f0ed
commit 67d81e73ec

@ -48,7 +48,11 @@ intellij {
type = platformType
downloadSources = platformDownloadSources.toBoolean()
updateSinceUntilBuild = true
setPlugins("java")
// Plugin Dependencies:
// https://www.jetbrains.org/intellij/sdk/docs/basics/plugin_structure/plugin_dependencies.html
//
// setPlugins("java")
}
// Configure detekt plugin.

Loading…
Cancel
Save