camunda/feel-scala

Update mvn-scalafmt Maven plugin

saig0 opened this issue · 1 comments

saig0 commented

Desciption

We should update the mvn-scalafmt plugin that formats the Scala code. The updates were blocked because the new versions require Maven in version 3.6+ which is not available in our Jenkins CI (see here).

At the moment, it seems that the code is not formatted anymore (maybe because of multiple source directories).

requires #611

saig0 commented

Additionally, we should check on how to define formatting rules locally for the IDE.