-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add VaadinSpringDataHelpers to shaded deps (#1269)
Some Vaadin components like Grid and Combobox have methods that refers to the VaadinSpringDataHelpers class from vaadin-spring artifact, causing native build to fail because the class cannot be found. This change adds the missing class to the shaded deps in order to fix the native build. Fixes #1221
- Loading branch information
1 parent
be97baf
commit cf75e83
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters