Error with kordex connection with spring
I need make rest controllers for micro-services and i need connect controllers to discord bot
6 Replies
:BestDoggy: If i remove kordex connection all work
Odd
I'll have to test that probs
I haven't had a chance to look into this yet, but I'd say there's probably some kind of weird conflict between the KordEx plugin and the Spring dependency management plugin - you could try disabling
addDependencies
and/or addRepositories
in the kordEx
builder, see if that helps, though you'll need to add your own dependencies/repos for KordEx, which you can find information on here https://docs.kordex.dev/manual-setup.html:peepodetective: Okay, thank you
Did you give those a try?
could also put the kordex plugin before the spring one but it probably won't change anything
I'm also curious why you're combining the two in the first place