Slackbot
06/30/2023, 6:42 PMVampire
06/30/2023, 8:28 PMVladimir Sitnikov
07/02/2023, 9:49 AMVampire
07/02/2023, 11:52 AMShalom Ben-Zvi Kazaz
07/02/2023, 3:30 PMval pluginVersion: Property<String> = _project_._objects_._property_(String::class).value(_semanticVersion_(_project_))
then use pluginVersion instead of providers.gradleProperty("pluginVersion")
I have a single module project, but I assume its also possible to put that in a script plugin and apply the plugin to all modules.