Skip to content

Commit

Permalink
Update .craft.yml to include skipValidation (#2138)
Browse files Browse the repository at this point in the history
* Update .craft.yml to include skipValidation

* Add comments

* bump craft version

---------

Co-authored-by: Ivan Dlugos <[email protected]>
  • Loading branch information
buenaflor and vaind authored Jul 4, 2024
1 parent 2d125d3 commit d20b867
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .craft.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
minVersion: 0.29.2
minVersion: 1.21.0
changelogPolicy: auto
artifactProvider:
name: none
targets:
- name: pub-dev
# This is temporarily needed because we keep the package:web dependency implicit
# See https://github.com/getsentry/sentry-dart/pull/2113 for more context
skipValidation: true
packages:
dart:
flutter:
Expand Down

0 comments on commit d20b867

Please sign in to comment.