You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling the project against Apache Groovy 3.0.19 gives following error:
> Task :grails-datastore-gorm-validation:compileGroovy
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /Users/behl/GitHub/grails-data-mapping/grails-datastore-gorm-validation/src/main/groovy/org/grails/datastore/gorm/validation/constraints/MinConstraint.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
startup failed:
/Users/behl/GitHub/grails-data-mapping/grails-datastore-gorm-validation/src/main/groovy/org/grails/datastore/gorm/validation/constraints/registry/DefaultConstraintRegistry.groovy: 38: [Static type checking] - Incompatible generic argument types. Cannot assign java.util.Map <String, java.util.List> to: java.util.Map <String, List>
@ line 38, column 70.
ntFactory>> factoriesByName = new Concur
^
/Users/behl/GitHub/grails-data-mapping/grails-datastore-gorm-validation/src/main/groovy/org/grails/datastore/gorm/validation/constraints/registry/DefaultConstraintRegistry.groovy: 41: [Static type checking] - Incompatible generic argument types. Cannot assign java.util.Map <Class, java.util.List> to: java.util.Map <Class, List>
@ line 41, column 91.
ntFactory>> factoriesByType = new Concur
^
2 errors
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':grails-datastore-gorm-validation:compileGroovy'.
> Compilation failed; see the compiler error output for details.
Compiling the project against Apache Groovy 3.0.19 gives following error:
The Groovy code which is throwing this error is:
The text was updated successfully, but these errors were encountered: