-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
I can't compile:
My environment is Maven3.6 + scala2.12.8 + java1.8
For example, I have a class like this:
case class AreaModel(code: String, name: String, level: String, parent: String, code_short: String)
run compile and gened
AreaModel.java and AreaModel$.java
but, Maven throws some errors similar to: abstract and static:
static public abstract boolean canEqual (Object that) ;
How should I solve it?
Metadata
Metadata
Assignees
Labels
No labels