Slackbot
02/10/2022, 9:27 PMVampire
02/10/2022, 10:34 PMimplementation(platform(SPRING_BOOT_BOM_COORDINATES))
Tom Gregory
02/11/2022, 10:42 AMio.spring.dependency-management
plugin
I published this sample project. Note the caveats in the README. I'd like to share it with other developers to showcase the new version catalog feature.
Any further improvements you can think of?Vampire
02/11/2022, 10:49 AMTom Gregory
02/11/2022, 12:18 PMSPRING_BOOT_BOM_COORDINATES
? I get an unresolved reference error when I try to use this. I can't find any mention of this constant in GitHub.
Did I misunderstand?Vampire
02/11/2022, 12:37 PMBOM_COORDINATES
, specifically SpringBootPlugin.BOM_COORDINATES
.
I just imported it in the build script here like
import org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES as SPRING_BOOT_BOM_COORDINATES
Tom Gregory
02/11/2022, 2:35 PMVampire
02/11/2022, 2:48 PMTom Gregory
02/13/2022, 10:13 PMVampire
02/13/2022, 10:22 PM