Skip to content

Commit 3791870

Browse files
Generator tests: fix broken part-partof due to breaking analyzer changes
1 parent 304505b commit 3791870

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

generator/integration-tests/part-partof/pubspec.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ dependency_overrides:
2323
path: ../../../objectbox
2424
objectbox_generator:
2525
path: ../../
26+
# analyzer 7.4.0 introduced breaking API changes in a minor release, breaking json_serializable
27+
# https://github.com/google/json_serializable.dart/issues/1485
28+
analyzer: '<=7.3.0'

0 commit comments

Comments
 (0)