We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following line needs to be changed https://github.com/BetterCloud/scim2/blob/master/spring-boot-starter-scim2/build.gradle#L2
From implementation to api, otherwise other services using gradle 5 will not be able to use any of the classes from scim2-sdk-common
implementation
api
scim2-sdk-common
The text was updated successfully, but these errors were encountered:
@dantlynch
Sorry, something went wrong.
I can´t build the project using "gradle build" it always shows that I can´t reach #4,
¿how can i build and run the project?
No branches or pull requests
The following line needs to be changed https://github.com/BetterCloud/scim2/blob/master/spring-boot-starter-scim2/build.gradle#L2
From
implementation
toapi
, otherwise other services using gradle 5 will not be able to use any of the classes fromscim2-sdk-common
The text was updated successfully, but these errors were encountered: