Here is a build.gradle sample, code completion doesn't suggest the closures and properties of the specified plugins.
plugins {
id 'java'
}
source| // No result. The expected is to show "sourceCompatibility"
jav| // No result. The expected is to show "java" closure