Skip to content

Commit

Permalink
add script to get published artifacts (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainJuge authored Apr 24, 2024
1 parent 8896198 commit 7bbcb40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci/published-artifacts-list.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/env bash
find . -name '*.jar'|grep '/target/'|grep -v javadoc|grep -v sources|grep -v '\-tests.jar'

0 comments on commit 7bbcb40

Please sign in to comment.