Skip to content

v0.9.2

Choose a tag to compare

@wcpe wcpe released this 13 Sep 07:54
· 9 commits to master since this release

mc-testkit v0.9.2

变更

  • Gradle 双缓存兼容契约(构建缓存 + 配置缓存):注册原语统一为全部本插件任务声明 outputs.upToDateWhen { false },消费方开启 --build-cache 时 prepare / e2e / serve / stop 等副作用任务仍真实执行,不得 FROM-CACHE / UP_TO_DATE 假跳过。新增 TestKit 回归:本地 Build Cache 下 stopDevServeSUCCESS--build-cache--configuration-cache 同时开启时配置缓存可存储 + 重用且副作用任务不被构建缓存跳过。任务本身仍非 @CacheableTask(起服副作用不可入缓存)。

构件坐标top.wcpe.mc:mc-testkit:0.9.2(已发布 maven.wcpe.top

消费方升级id("top.wcpe.mc-testkit") version "0.9.2";可安全同时启用 --build-cache--configuration-cache