Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

small template changes #407

Open
wants to merge 2 commits into
base: v.next
Choose a base branch
from
Open

Conversation

sorenoid
Copy link
Collaborator

I'd like to add the binary compatibility validator plugin by default to new components. this PR does that. it is already included in the project level gradle.

Also the new microapp starter script had a small issue where the componentName included the suffix app. It did not have this suffix when the value was derived from the new component, but now that it is a standalone script it crept in.

composableFunctionName="${name^}"
appDirName="${composableFunctionName}"
if [[ ! "${appDirName}" =~ .+App$ ]] ; then
appDirName="${composableFunctionName}App"
fi

echo copying and converting app files, estimated time 1 minute.
echo copying and converting app files, compnentName $componentName composableFunctionName $composableFunctionName time 1 minute.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
echo copying and converting app files, compnentName $componentName composableFunctionName $composableFunctionName time 1 minute.
echo copying and converting app files, componentName $componentName composableFunctionName $composableFunctionName time 1 minute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants