Erik
05/08/2024, 7:40 AMCameron Watters
05/08/2024, 4:28 PMgroovyCore
, groovyJson
and groovyXml
would be mapped to the libs.groovyCore
, libs.groovyJson
and libs.groovyXml
accessors respectively.
>
> When declaring aliases, it’s worth noting that any of the -
, _
and .
characters can be used as separators, but the generated catalog will have all normalized to `.`: for example foo-bar
as an alias is converted to foo.bar
automatically.
So, while the examples may be consistent, it appears to explicitly allow what you’re noticing.Erik
05/08/2024, 4:37 PMgroovyCore
etc. Why is that useful, when is it recommendable or even the default style to adhere to?Cameron Watters
05/08/2024, 4:41 PM[libraries]
section and the [plugins]
section.
Within [libraries]
it’s consistently kebab and preserves the structure the library packages.
Within [plugins]
, they use case as a differentiator, which, as I describe it, seems useful?Cameron Watters
05/08/2024, 4:42 PM