Skip to content

Commit d20b867

Browse files
buenaflorvaind
andauthored
Update .craft.yml to include skipValidation (#2138)
* Update .craft.yml to include skipValidation * Add comments * bump craft version --------- Co-authored-by: Ivan Dlugos <[email protected]>
1 parent 2d125d3 commit d20b867

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.craft.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
minVersion: 0.29.2
1+
minVersion: 1.21.0
22
changelogPolicy: auto
33
artifactProvider:
44
name: none
55
targets:
66
- name: pub-dev
7+
# This is temporarily needed because we keep the package:web dependency implicit
8+
# See https://github.com/getsentry/sentry-dart/pull/2113 for more context
9+
skipValidation: true
710
packages:
811
dart:
912
flutter:

0 commit comments

Comments
 (0)