Skip to content

Commit

Permalink
Build plugin zips instead of just the jar
Browse files Browse the repository at this point in the history
  • Loading branch information
jin committed Jul 11, 2019
1 parent f28a915 commit 228f8be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bazelci/android-studio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ platforms:
build_flags:
- --define=ij_product=android-studio-beta
build_targets:
- //aswb:aswb_bazel
- //aswb:aswb_bazel_zip
test_flags:
- --define=ij_product=android-studio-beta
- --test_output=errors
Expand Down
2 changes: 1 addition & 1 deletion .bazelci/clion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ platforms:
build_flags:
- --define=ij_product=clion-beta
build_targets:
- //clwb:clwb_bazel
- //clwb:clwb_bazel_zip
test_flags:
- --define=ij_product=clion-beta
- --test_output=errors
Expand Down
2 changes: 1 addition & 1 deletion .bazelci/intellij.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ platforms:
build_flags:
- --define=ij_product=intellij-beta
build_targets:
- //ijwb:ijwb_bazel
- //ijwb:ijwb_bazel_zip
test_flags:
- --define=ij_product=intellij-beta
- --test_output=errors
Expand Down

0 comments on commit 228f8be

Please sign in to comment.