Amazon Corretta was added as a build requirement for cas silently. There appears to be no rhyme or reason to this change. you can use amazon corretta by doing # cd /opt # curl -LO https://corretto.aws/downloads/latest/amazon-corretto-21-x64-linux-jdk.tar.gz # tar xzf amazon-corretto-21-x64-linux-jdk.tar.gz # export JAVA_HOME=/opt/amazon-corretto-21.0.4.7.1-linux-x64 # export PATH=$JAVA_HOME/bin:$PATH but then it stil wont build so I had to add
tasks.withType(org.springframework.boot.gradle.tasks.bundling.BootWar) { mainClass = 'org.apereo.cas.CasOverlayApplication' } to the build.gradle for it to properly build. I'm not sure why they did this its all very strange. -- - Website: https://apereo.github.io/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 cas-user+unsubscr...@apereo.org. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/dc67459f-f3fe-484a-ab28-d616861e8eb2n%40apereo.org.