File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Code review just got a lot easier! Visualise your code.
1313Use the github action:
1414``` yaml
1515- name : PackageMap java parser Github action
16- uses : packagemap/packagemap-java-parser@v0.0.3
16+ uses : packagemap/packagemap-java-parser@v0.0.4
1717 with :
1818 src_dir : ' src/main/java'
1919 base : ' com.mycompany'
@@ -29,7 +29,7 @@ Use the github action:
29292. Download the jar from the release page and run it
3030
3131` ` ` bash
32- java -jar packagemap-java-parser-0.0.3 -all.jar \
32+ java -jar packagemap-java-parser-0.0.4 -all.jar \
3333 --key <access-key>:<secret-key> \
3434 --base com.mycompany \
3535 [list of java source directories separated by spaces]
@@ -40,7 +40,7 @@ You can also pass the api key using `--key` flag or using the `PACKAGEMAP_KEY` e
4040For example :
4141
4242` ` ` bash
43- java -jar packagemap-java-parser-0.0.3 -all.jar \
43+ java -jar packagemap-java-parser-0.0.4 -all.jar \
4444 --key ABCDEFGHIJKLMNOP:183b9d197ed48a67c6e479a51 \
4545 --base com.mycompany \
4646 ./src/main/java
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies {
3232}
3333
3434group ' co.packagemap'
35- version ' 0.0.3 '
35+ version ' 0.0.4 '
3636
3737java {
3838 sourceCompatibility = JavaVersion . VERSION_18
You can’t perform that action at this time.
0 commit comments