Skip to content

Commit 7bbcb40

Browse files
authored
add script to get published artifacts (#251)
1 parent 8896198 commit 7bbcb40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.ci/published-artifacts-list.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/env bash
2+
find . -name '*.jar'|grep '/target/'|grep -v javadoc|grep -v sources|grep -v '\-tests.jar'

0 commit comments

Comments
 (0)