Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gradle.properties #6017

Closed
wants to merge 1 commit into from
Closed

Update gradle.properties #6017

wants to merge 1 commit into from

Conversation

carbaior
Copy link

@carbaior carbaior commented Apr 23, 2024

cas.version is checked by

implementation enforcedPlatform("org.apereo.cas:cas-server-support-bom:${project.'cas.version'}")

https://apereo.github.io/cas/development/installation/BOM-Dependency-Management.html

I saw this definition was on the 6.6 branch, but not in 7.0.x and 7.1.0-SNAPSHOT branches.

I get an error after './gradlew clean' if I include 'implementation enforcedPlatform("org.apereo...' in build.gradle but 'cas.version=7.1.0-SNAPSHOT' is not defined gradle.properties.

cas.version is checked by 

implementation enforcedPlatform("org.apereo.cas:cas-server-support-bom:${project.'cas.version'}")

https://apereo.github.io/cas/development/installation/BOM-Dependency-Management.html
Copy link

welcome bot commented Apr 23, 2024

Thank you so much for opening your first pull request here!

@mmoayyed
Copy link
Member

There is no enforcedPlatform construct here in this repository, and none of the branches you mentioned are used here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants