Skip to content

fix(pom): add missing maven.compiler.release #37

fix(pom): add missing maven.compiler.release

fix(pom): add missing maven.compiler.release #37

Triggered via push August 10, 2026 03:48
Status Success
Total duration 44s
Artifacts –

ci.yml

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

Annotations

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