在https://github.com/liferay/liferay-plugins/blob/6.2.x/build-plugins.gradle#L9 中定义了以下依赖项:
dependencies {
classpath group: "com.liferay.portal", name: "portal-service", version: "7.0.0-SNAPSHOT"
}
6.2.x 版本如何依赖 7.0.0 版本?它是一个错误吗?当我查看文件的历史时,依赖关系一直存在。我无法构建 LF 插件,我怀疑这可能是原因。
可能根本不相关,但我仍然很好奇为什么存在这种依赖关系。