Skip to content

Commit ab2ba3a

Browse files
committed
generator - pin analyzer dependency to a working version
see dart-lang/build#2763
1 parent 61ac1a4 commit ab2ba3a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

generator/pubspec.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ dependencies:
1111
objectbox: 0.6.4
1212
build: ^1.0.0
1313
source_gen: ^0.9.0
14-
analyzer: ">=0.35.0 <0.100.0"
14+
# temporary pin the analyzer version to avoid endless loop, see https://github.com/dart-lang/build/issues/2763
15+
#analyzer: ">=0.35.0 <0.100.0"
16+
analyzer: ">=0.35.0 <=0.39.14"
1517
glob: ^1.1.0
1618
path: ^1.6.0
1719
dart_style: ^1.3.0

0 commit comments

Comments
 (0)