Plugin with id 'maven' not found.
I got this error in IDEA that uses with 7.1, that is strange as maven
is built-in plugin, and should be distributed with gradle.
subprojects {
apply plugin: 'java'
apply plugin: 'java-library'
apply plugin: 'maven'
When running Gradle 6.3, it seems there is no such error.