You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to inject an arbitrary version into my template build.gradle when packaging the template (i.e. not require user to enter when doing lazybones create ... Is there something in the LazyBones plugin to support this or should I look at other gradle plugins for that?
I was thinking along the lines of LazybonesConventions having a map of default properties for the template engine that can be used in the lazybones.groovy script, but not sure if you've addressed this in another way.
Many thanks.
The text was updated successfully, but these errors were encountered:
Hi,
I'd like to inject an arbitrary version into my template
build.gradle
when packaging the template (i.e. not require user to enter when doinglazybones create ..
. Is there something in the LazyBones plugin to support this or should I look at other gradle plugins for that?I was thinking along the lines of
LazybonesConventions
having a map of default properties for the template engine that can be used in thelazybones.groovy
script, but not sure if you've addressed this in another way.Many thanks.
The text was updated successfully, but these errors were encountered: