File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6868
6969 - run : git diff --exit-code
7070
71+ - run : |
72+ find . -regex ".*issuechecker/cli/build/libs/cli-[0-9SNAPSHOT\.-]*-r8\.jar" -print | xargs -n 1 -I % cp % minified.jar
73+ java -jar minified.jar --help
74+ rm minified.jar
75+ name: "Smoke test minified jar"
76+ if: github.event_name == 'pull_request'
77+
7178 - uses : actions/cache@v4
7279 name : Upload base
7380 if : github.event_name != 'pull_request'
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ mavencentral-junit = "5.13.2"
66mavencentral-assertj = " 3.27.3"
77mavencentral-coroutines = " 1.10.2"
88mavencentral-okhttp = " 4.12.0"
9- mavencentral-okio = " 3.13 .0"
9+ mavencentral-okio = " 3.14 .0"
1010mavencentral-retrofit = " 3.0.0"
1111mavencentral-kotlinx-serialization = " 1.9.0"
1212mavencentral-clikt = " 5.0.3"
You can’t perform that action at this time.
0 commit comments