We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c83d1d6 commit fbea6c3Copy full SHA for fbea6c3
Makefile
@@ -6,3 +6,10 @@ release_source_archive:
6
--exclude=.github \
7
--exclude=archives \
8
-zcf "archives/release.tar.gz" .
9
+
10
+.PHONY: release_deploy_jar
11
+release_deploy_jar:
12
+ bazelisk \
13
+ build \
14
+ //cli:bazel-diff_deploy.jar \
15
+ -c opt
0 commit comments