Open
Description
The move to equo for the Eclipse-based formatters causes issues in out CI build. See #1524 (comment)
The problem is, that the plugin tries to write the equo cache into a directory that's not writable/resolvable.
I suggest moving the cache into the ${user.home}/.m2
/GRADLE_USER_HOME
directories or into the project build directory.
See also #1669 (comment)