Skip to content

发布 1.7.0

Latest

Choose a tag to compare

@dibyang dibyang released this 18 Jun 05:37
· 2 commits to master since this release

已添加

  • 补齐 bundle / embed / bundleOnly 对被打包库项目 platformApi 的传播规则测试,覆盖递归传播、非递归边界和 zip 排除行为。

已变更

  • bundleembed 会递归收集被打包项目链路上的 platformApi 依赖,加入插件本地运行 classpath 但不打入插件 zip。
  • bundleOnly 只收集直接声明项目的 platformApi,不递归收集传递项目的 platformApi,保持“只处理第一层依赖”的语义。