Nicolas Malin created OFBIZ-13301:
-------------------------------------
Summary: Update codenarc version to 3.6.0
Key: OFBIZ-13301
URL: https://issues.apache.org/jira/browse/OFBIZ-13301
Project: OFBiz
Issue Type: Improvement
Components: framework
Reporter: Nicolas Malin
Assignee: Nicolas Malin
Currently, codenarc 3.5.0 doesn't support groovy 4 and if we use java 17 syntax
like direct switch, the file failed and not analysed :
{code:java}
switch (myVar) {
case x -> return true
}
{code}
the file failed and not analysed.
To fix, we update codenarc to the latest version with groovy4 support :
[CodeNarc-3.6.0-groovy-4.0.jar
|https://github.com/CodeNarc/CodeNarc/releases/download/v3.6.0/CodeNarc-3.6.0-groovy-4.0.jar]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)