Skip to content

Merge remote-tracking branch 'origin/main' into _sync #10

Merge remote-tracking branch 'origin/main' into _sync

Merge remote-tracking branch 'origin/main' into _sync #10

Triggered via push August 7, 2026 04:58
Status Success
Total duration 34s
Artifacts –

ci.yml

on: push
JDK 21 Build & Verify
31s
JDK 21 Build & Verify
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
JDK 21 Build & Verify
No files were found with the provided path: target/site/jacoco. No artifacts will be uploaded.
JDK 21 Build & Verify: src/main/java/io/github/easy4j/openclaw/api/model/HookResponse.java#L34
@builder will ignore the initializing expression entirely. If you want the initializing expression to serve as default, add @Builder.Default. If it is not supposed to be settable during building, make the field final.