darkmoon_uk
05/12/2024, 5:42 AMrootProject.name
in settings.gradle.kts
, for the purpose of controlling published artifact names?
Without setting this, a published artifact always takes on the name of the folder in which the project is checked out; and though this is historical, I find it to be a very fragile method. Published artifact names should be an explicit part of configuration code.
Currently, I am just doing rootProject.name="myProjectName"
in settings, which is Amper-compatible, but going forward, first-class Amper support would be preferred.joffrey
05/13/2024, 10:05 AMsettings.gradle.kts
as you mentioned. We'll consider your feedback for direct support in Amper, though. Thanks!