(I have id("io.spring.dependency-management") version "1.0.9.RELEASE")
i
irus
07/09/2020, 4:43 PM
Try to define exact serialization artifact
👍 1
m
Mike
07/21/2020, 6:12 PM
If you're using Gradle 5+, then I'd recommend not using dependency-management anymore. Use the built-in 'platform' dependency management that Gradle has. Much better and more intuitive.
There was a great article about it, but I'm having difficulties finding it right now.