Modeler version: 6.10.5
Added Excel Exporter version 4.2 (latest) to project and it leads to build failure with Java Actions Compile Error:
\DataOQL.java:734: error: cannot find symbol
[javac] return dateTime.withZone(DateTimeZone.UTC).toLocalDateTime().toDate();
[javac] ^
[javac] symbol: method toDate()
[javac] location: class LocalDateTime
Tried replacing the libraries (userlib after adding excel-exporter) with existing backup libraries (userlib before excel-exporter module). however, that did not help compiling the code.
Anyone having faced the same issue?