Since 7.0.0-RC8 was released with the dependency on Java 21, I've been
unable to successfully build CAS. RedHat currently doesn't offer openjdk-21
via their repos (maybe available in Nov via RHEL 8.9?), and we'd rather not
jump through the complications of installing it from somewhere other than
their officially supported repo, so we're stuck at Java 17 for the time
being.

I've been unable to get RC7 to build again now from SNAPSHOT, even if I use
our previously working gradle.properties where we specify the specific
versions with:

version=7.0.0-RC7
cas.version=7.0.0-RC7

and

sourceCompatibility=17
targetCompatibility=17

Attempts to build fail because it can't find SNAPSHOT dependencies. E.g.:

   > Could not find org.opensaml:opensaml-core-api:5.0.0-SNAPSHOT.
   > Could not find org.opensaml:opensaml-xmlsec-impl:5.0.0-SNAPSHOT.
   > Could not find org.opensaml:opensaml-saml-api:5.0.0-SNAPSHOT.
   > [etc]

Can anyone provide any guidance on what we need to do to stick with and
successfully build RC7?
-- 
Baron Fujimoto <[email protected]> ::: UH Information Technology Services
minutas cantorum, minutas balorum, minutas carboratum descendus pantorum

-- 
- 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/CAAjLUL3%2BM3vFESYSv%3DC1Dgm3y9gsV0OE62F0waqj2jkc9E%2BBuw%40mail.gmail.com.

Reply via email to