Gavin Ray
04/23/2024, 3:32 PMversion = "1.0.0"
or so in my root settings.gradle.kts
and then have the artifacts at subprojects /foo
and /bar
be published with that versionVampire
04/23/2024, 3:42 PMgradle.properties
that should propagate to all subprojects as long as you don't define a deviating oneGavin Ray
04/23/2024, 3:43 PM