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
[ERROR] /home/tiago/Work/trialpack/src/test/java/PassProgramTest.java:[25,26] lambda expressions are not supported in -source 1.5
(use -source 8 or higher to enable lambda expressions)
The text was updated successfully, but these errors were encountered:
Since the idea is to use
java.util.function
code, I'm wondering why aren't lambdas expected.Here is my
ProgramPassTest.java
However,
mvn test
fails:The text was updated successfully, but these errors were encountered: