Hi, i am having troubles building a gradle projec...
# community-support
a
Hi, i am having troubles building a gradle project. pasting the stack trace here is quite lengthy, thats why am dropping this screen shot.
v
Please never anywhere share screenshots of text if you only want to share the text and not something additional like colors or IDE annotations. Text in images is hard to read, especially on mobile, very hard to copy, and nearly impossible to search for. Whether it is lengthy or not, paste it here, just not in the original message but to its thread. Or use some paste-service like pastebin.com or gist.github.com. Or even better, send a build
--scan
URL if possible. Either of these options would also take care that you do not leave out each and every helpful information, because your small excerpt does not enable anyone to help you. --- Well, besides recommending to remove that relict. The Spring Dependency Management plugin should not be used anymore. It is a relict from times when Gradle did not have built-in BOM support, by now does more harm than good, and even its maintainer recommends not to use it anymore, but instead the built-in BOM support using
platform(...)
.
The caused by seems to be quite explicit:
Caused by: org.gradle.api.InvalidUserDataException: You cannot configure authentication schemes for this repository type if no credentials are provided.
a
@Vampire Am new to gradle right, and i do not think i have any i have any authentication schemes configured for any repo.
v
Well, that is the exception. I can hardly guess what you did in your build. Except as I said, that you use a plugin that you should not use anymore.