File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -199,13 +199,6 @@ bazel run //:bazel-diff
199199
200200
201201> Note, in releases prior to 2.0.0 the value for the ` main_class ` attribute is just ` BazelDiff `
202-
203- #### Debugging
204-
205- To run ` bazel-diff ` with debug logging, run your commands with the ` verbose ` config like so:
206-
207- ``` terminal
208- bazel run :bazel-diff --config=verbose -- bazel-diff -h
209202```
210203
211204### Run Via JAR Release
@@ -225,6 +218,14 @@ To run the project
225218bazel run :bazel-diff -- bazel-diff -h
226219```
227220
221+ #### Debugging (when running from source)
222+
223+ To run ` bazel-diff ` with debug logging, run your commands with the ` verbose ` config like so:
224+
225+ ``` terminal
226+ bazel run :bazel-diff --config=verbose -- bazel-diff -h
227+ ```
228+
228229### Build your own deployable JAR
229230
230231``` terminal
You can’t perform that action at this time.
0 commit comments