In https://github.com/liferay/liferay-plugins/blob/6.2.x/build-plugins.gradle#L9 following dependency is defined:
dependencies {
classpath group: "com.liferay.portal", name: "portal-service", version: "7.0.0-SNAPSHOT"
}
How can a 6.2.x version have a dependency on 7.0.0 version? Is it a bug? When I peek to the history of the file, the dependency has always been there. I am not able to build a LF plugin and I suspect this could be the cause.
It is possible to be not related at all, but I am still curious why such dependency is there.