8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On field construction, we should check whether any parameter is a field, and fail-fast in case.
The text was updated successfully, but these errors were encountered:
fix(dsl): forbid fields inside fields, fixes #958
ad5bf31
c28e629
🎉 This issue has been resolved in version 24.0.4 🎉
The release is available on:
24.0.4
Your semantic-release bot 📦🚀
Sorry, something went wrong.
chore(release): 24.0.4 [skip ci]
1f34dea
## [24.0.4](24.0.3...24.0.4) (2025-05-04) ### Dependency updates * **deps:** update plugin publishoncentral to v8.0.7 ([3cfe522](3cfe522)) ### Bug Fixes * **dsl:** forbid fields inside fields, fixes [#958](#958) ([#959](#959)) ([c28e629](c28e629)) ### Build and continuous integration * **deps:** update danysk/build-check-deploy-gradle-action action to v3.7.18 ([f693484](f693484)) * **deps:** update github/codeql-action action to v3.28.17 ([64971bd](64971bd))
No branches or pull requests
On field construction, we should check whether any parameter is a field, and fail-fast in case.
The text was updated successfully, but these errors were encountered: