Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Dec 9, 2024
1 parent 722ba0c commit 86ac59b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/health.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
# TODO(https://github.com/dart-lang/native/issues/1242): Add coverage back.
checks: "changelog,license,do-not-submit,breaking,leaking"
flutter_packages: "pkgs/ffigen,pkgs/jni,pkgs/jnigen,pkgs/objective_c"
ignore_license: "**.g.dart"
ignore_coverage: "**.mock.dart,**.g.dart"
ignore_packages: "pkgs/swiftgen"
sdk: dev
channel: master
Expand Down
7 changes: 5 additions & 2 deletions pkgs/jnigen/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ dependencies:
dev_dependencies:
build_runner: ^2.4.12
dart_flutter_team_lints: ^3.2.0
jni:
path: ../jni
jni: any
json_serializable: ^6.8.0
test: ^1.25.8

dependency_overrides:
jni:
path: ../jni

0 comments on commit 86ac59b

Please sign in to comment.