Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix functions main profile activation by default (apache#10887)
### Motivation Similar to apache#10814, functions module build failed due to the falg `activeByDefault` fail to activate the profile if any other profile is activated. ### Modifications - Use a better solution to activate the `main` profile by default by using a property value with inversion (`!`) rule.