fix(pom): normalize version to 2.0.x.20260630-SNAPSHOT and java.versi… #100
Annotations
1 warning
|
JDK 17 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.
|