Skip to content

chore: bump version to 1.0.x.20260730-SNAPSHOT #62

chore: bump version to 1.0.x.20260730-SNAPSHOT

chore: bump version to 1.0.x.20260730-SNAPSHOT #62

Triggered via push August 12, 2026 18:45
Status Success
Total duration 1m 8s
Artifacts –

ci.yml

on: push
JDK 8 Build & Verify
1m 4s
JDK 8 Build & Verify
Fit to window
Zoom out
Zoom in

Annotations

1 warning
JDK 8 Build & Verify: src/main/java/io/github/easy4j/openclaw/api/model/HookResponse.java#L31
@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.