spring-guides / gs-authenticating-ldap

Authenticating a User with LDAP :: Learn how to secure an application with LDAP.
https://spring.io/guides/gs/authenticating-ldap/
Apache License 2.0
97 stars 154 forks source link

Gradle build failed with error Could not find method implmentation() #52

Closed kauser-cse-buet closed 1 month ago

kauser-cse-buet commented 2 months ago

Error: Could not find method implmentation() for arguments [org.springframework.ldap:spring-ldap-core] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler

Any suggestion how can I resolve this?

robertmcnees commented 2 months ago

Hi @kauser-cse-buet. Can you give me a bit more information about when you are getting this error? Are you running the build after writing your own code, perhaps starting in the initial folder or with a download from Spring Initializr? Are you using the code directly from the complete folder? Are you using the gradle wrapper?

Our CI seems to be working fine. I also just pulled down the latest and was able to get a clean build with ./gradlew clean build in the complete directory.

Let me know when you are getting this error and we can look into it further.

robertmcnees commented 1 month ago

Hi @kauser-cse-buet. Have you had the chance to look into this further? I'll leave this issue open for a bit longer but will close it soon if I don't hear back. Let me know if the issue persists.

robertmcnees commented 1 month ago

Closing due to lack of response. If this is still an issue, please comment here and we can investigate.