I think JDK11 is a prerequisite. It is working now. On Monday, January 7, 2019 at 3:30:14 PM UTC-8, Senthil Rajendran wrote: > > 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/4b4053e5-ee44-43f2-bc1d-d15a79c8ab72%40apereo.org.
