I am following the steps given in the wiki <https://apereo.github.io/cas/developer/Build-Process-6X.html> page. I am using jdk1.8 and gradle wrapper (which is using gradel 5.x) and git repo `git clone --recursive [email protected]:apereo/cas.git cas-server` and master branch. When executed the command `/gradlew build install --parallel -x test -x javadoc -x check` ,I am getting error below cas-server/api/cas-server-core-api-authentication/src/main/java/org/apereo/cas/authentication/AuthenticationSystemSupport.java:104: error: incompatible types: Array is not a functional interface return handleAndFinalizeSingleAuthenticationTransaction(service, credentials.toArray(Credential[]::new));
This error looks like there is some code change is required to get rid of this error. Am I missing something following the wiki steps or is that a bug got in? Please help. Thx, Senthil -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/ae3612da-c980-490d-8512-d91924489932%40apereo.org.
